#24597F

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

Shades of Bahama Blue #24597F

Tints of Bahama Blue #24597F

Color information

#24597F (or 0x24597F) is unknown color: approx Bahama Blue. HEX triplet: 24, 59 and 7F. RGB value is (36,89,127). Sum of RGB (Red+Green+Blue) = 36+89+127=252 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.29% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 127 (50% from 255 or 50.40% from 252); Max value from RGB is 127 - color contains mainly: blue. Hex color #24597F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24597F is #DBA680. Grayscale: #4D4D4D. Windows color (decimal): -14395009 or 8345892. OLE color: 8345892.

HSL color Cylindrical-coordinate representation of color #24597F: hue angle of 205.05º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #24597F is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3689127-
CMYK0.720.3000.50
HSL205.05º55.83%31.96%-
HSV(B)205.05º71.65%49.8%-
XYZ8.139.0521.4-
YUV77.48155.9498.41-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.29%
GREEN value IS 89 (35.16% from 255) = 35.32%
BLUE value IS 127 (50% from 255) = 50.40%
R=14.29%
G=35.32%
B=50.40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal36891270.720.3000.50205.0555.8331.96
Hex24597F481E032cd3820
Octal44131177110360623157040
Binary10010010110011111111100100011110011001011001101111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24597F; }

 p { color: rgb(36,89,127); }

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

<style>
 a { background-color: #24597F; }

 a { background-color: rgb(36,89,127); }

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

<style>
 span { border-color: #24597F; }

 span { border-color: rgb(36,89,127); }

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