#245579

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

Shades of Bahama Blue #245579

Tints of Bahama Blue #245579

Color information

#245579 (or 0x245579) is unknown color: approx Bahama Blue. HEX triplet: 24, 55 and 79. RGB value is (36,85,121). Sum of RGB (Red+Green+Blue) = 36+85+121=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 121 (47.66% from 255 or 50% from 242); Max value from RGB is 121 - color contains mainly: blue. Hex color #245579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245579 is #DBAA86. Grayscale: #4A4A4A. Windows color (decimal): -14396039 or 7951652. OLE color: 7951652.

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

Color convert

RGB3685121-
CMYK0.700.3000.53
HSL205.41º54.14%30.78%-
HSV(B)205.41º70.25%47.45%-
XYZ7.438.2519.29-
YUV74.45154.27100.57-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.88%
GREEN value IS 85 (33.59% from 255) = 35.12%
BLUE value IS 121 (47.66% from 255) = 50%
R=14.88%
G=35.12%
B=50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal36851210.700.3000.53205.4154.1430.78
Hex245579461E035cd361f
Octal44125171106360653156637
Binary1001001010101111100110001101111001101011100110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245579; }

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

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

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

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

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

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

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

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