#24547B

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

Shades of Bahama Blue #24547B

Tints of Bahama Blue #24547B

Color information

#24547B (or 0x24547B) is unknown color: approx Bahama Blue. HEX triplet: 24, 54 and 7B. RGB value is (36,84,123). Sum of RGB (Red+Green+Blue) = 36+84+123=243 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.81% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 123 (48.44% from 255 or 50.62% from 243); Max value from RGB is 123 - color contains mainly: blue. Hex color #24547B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24547B is #DBAB84. Grayscale: #494949. Windows color (decimal): -14396293 or 8082468. OLE color: 8082468.

HSL color Cylindrical-coordinate representation of color #24547B: hue angle of 206.9º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #24547B is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3684123-
CMYK0.710.3200.52
HSL206.9º54.72%31.18%-
HSV(B)206.9º70.73%48.24%-
XYZ7.478.1519.92-
YUV74.09155.6100.83-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.81%
GREEN value IS 84 (33.20% from 255) = 34.57%
BLUE value IS 123 (48.44% from 255) = 50.62%
R=14.81%
G=34.57%
B=50.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal36841230.710.3200.52206.954.7231.18
Hex24547B4720034cf371f
Octal44124173107400643176737
Binary10010010101001111011100011110000001101001100111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24547B; }

 p { color: rgb(36,84,123); }

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

<style>
 a { background-color: #24547B; }

 a { background-color: rgb(36,84,123); }

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

<style>
 span { border-color: #24547B; }

 span { border-color: rgb(36,84,123); }

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