#23537D

Color #23537D Bahama Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahama Blue #23537D

Tints of Bahama Blue #23537D

Color information

#23537D (or 0x23537D) is unknown color: approx Bahama Blue. HEX triplet: 23, 53 and 7D. RGB value is (35,83,125). Sum of RGB (Red+Green+Blue) = 35+83+125=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 125 (49.22% from 255 or 51.44% from 243); Max value from RGB is 125 - color contains mainly: blue. Hex color #23537D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23537D is #DCAC82. Grayscale: #494949. Windows color (decimal): -14462083 or 8213283. OLE color: 8213283.

HSL color Cylindrical-coordinate representation of color #23537D: hue angle of 208º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23537D is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3583125-
CMYK0.720.3400.51
HSL208º56.25%31.37%-
HSV(B)208º72%49.02%-
XYZ7.498.0220.56-
YUV73.44157.1100.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 14.40%
GREEN value IS 83 (32.81% from 255) = 34.16%
BLUE value IS 125 (49.22% from 255) = 51.44%
R=14.40%
G=34.16%
B=51.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal35831250.720.3400.5120856.2531.37
Hex23537D4822033d0381f
Octal43123175110420633207037
Binary10001110100111111101100100010001001100111101000011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23537D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23537D; }

 p { color: rgb(35,83,125); }

 H1.HeaderClassName
 {
   color: #23537D;
 }
 .AnyTagClassName
 {
   color: #23537D;
 }
</style>
background-color css

<style>
 a { background-color: #23537D; }

 a { background-color: rgb(35,83,125); }

 div.DivClassName
 {
   background-color: #23537D;
 }
 .BgClassName
 {
   background-color: #23537D;
 }
</style>
border-color css

<style>
 span { border-color: #23537D; }

 span { border-color: rgb(35,83,125); }

 td.TdClassName
 {
   border-color: #23537D;
 }
 .TagClassName
 {
   border-color: #23537D;
 }
</style>