#23537E

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

Shades of Bahama Blue #23537E

Tints of Bahama Blue #23537E

Color information

#23537E (or 0x23537E) is unknown color: approx Bahama Blue. HEX triplet: 23, 53 and 7E. RGB value is (35,83,126). Sum of RGB (Red+Green+Blue) = 35+83+126=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 126 (49.61% from 255 or 51.64% from 244); Max value from RGB is 126 - color contains mainly: blue. Hex color #23537E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23537E is #DCAC81. Grayscale: #494949. Windows color (decimal): -14462082 or 8278819. OLE color: 8278819.

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

Color convert

RGB3583126-
CMYK0.720.3400.51
HSL208.35º56.52%31.57%-
HSV(B)208.35º72.22%49.41%-
XYZ7.558.0520.89-
YUV73.55157.6100.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.34%
GREEN value IS 83 (32.81% from 255) = 34.02%
BLUE value IS 126 (49.61% from 255) = 51.64%
R=14.34%
G=34.02%
B=51.64%

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
Decimal35831260.720.3400.51208.3556.5231.57
Hex23537E4822033d03920
Octal43123176110420633207140
Binary100011101001111111101001000100010011001111010000111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23537E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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