#24557B

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

Shades of Bahama Blue #24557B

Tints of Bahama Blue #24557B

Color information

#24557B (or 0x24557B) is unknown color: approx Bahama Blue. HEX triplet: 24, 55 and 7B. RGB value is (36,85,123). Sum of RGB (Red+Green+Blue) = 36+85+123=244 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.75% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 123 (48.44% from 255 or 50.41% from 244); Max value from RGB is 123 - color contains mainly: blue. Hex color #24557B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24557B is #DBAA84. Grayscale: #4A4A4A. Windows color (decimal): -14396037 or 8082724. OLE color: 8082724.

HSL color Cylindrical-coordinate representation of color #24557B: hue angle of 206.21º 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 #24557B is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3685123-
CMYK0.710.3100.52
HSL206.21º54.72%31.18%-
HSV(B)206.21º70.73%48.24%-
XYZ7.558.319.94-
YUV74.68155.27100.41-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.75%
GREEN value IS 85 (33.59% from 255) = 34.84%
BLUE value IS 123 (48.44% from 255) = 50.41%
R=14.75%
G=34.84%
B=50.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal36851230.710.3100.52206.2154.7231.18
Hex24557B471F034ce371f
Octal44125173107370643166737
Binary1001001010101111101110001111111101101001100111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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