#24557A

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

Shades of Bahama Blue #24557A

Tints of Bahama Blue #24557A

Color information

#24557A (or 0x24557A) is unknown color: approx Bahama Blue. HEX triplet: 24, 55 and 7A. RGB value is (36,85,122). Sum of RGB (Red+Green+Blue) = 36+85+122=243 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.81% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 122 (48.05% from 255 or 50.21% from 243); Max value from RGB is 122 - color contains mainly: blue. Hex color #24557A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24557A is #DBAA85. Grayscale: #4A4A4A. Windows color (decimal): -14396038 or 8017188. OLE color: 8017188.

HSL color Cylindrical-coordinate representation of color #24557A: hue angle of 205.81º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #24557A is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3685122-
CMYK0.700.3000.52
HSL205.81º54.43%30.98%-
HSV(B)205.81º70.49%47.84%-
XYZ7.498.2819.62-
YUV74.57154.77100.49-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.81%
GREEN value IS 85 (33.59% from 255) = 34.98%
BLUE value IS 122 (48.05% from 255) = 50.21%
R=14.81%
G=34.98%
B=50.21%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal36851220.700.3000.52205.8154.4330.98
Hex24557A461E034ce361f
Octal44125172106360643166637
Binary1001001010101111101010001101111001101001100111011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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