#245779

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

Shades of Bahama Blue #245779

Tints of Bahama Blue #245779

Color information

#245779 (or 0x245779) is unknown color: approx Bahama Blue. HEX triplet: 24, 57 and 79. RGB value is (36,87,121). Sum of RGB (Red+Green+Blue) = 36+87+121=244 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.75% from 244); Green value is 87 (34.38% from 255 or 35.66% from 244); Blue value is 121 (47.66% from 255 or 49.59% from 244); Max value from RGB is 121 - color contains mainly: blue. Hex color #245779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245779 is #DBA886. Grayscale: #4B4B4B. Windows color (decimal): -14395527 or 7952164. OLE color: 7952164.

HSL color Cylindrical-coordinate representation of color #245779: hue angle of 204º 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 #245779 is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3687121-
CMYK0.700.2800.53
HSL204º54.14%30.78%-
HSV(B)204º70.25%47.45%-
XYZ7.598.5719.34-
YUV75.63153.699.74-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.75%
GREEN value IS 87 (34.38% from 255) = 35.66%
BLUE value IS 121 (47.66% from 255) = 49.59%
R=14.75%
G=35.66%
B=49.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal36871210.700.2800.5320454.1430.78
Hex245779461C035cc361f
Octal44127171106340653146637
Binary1001001010111111100110001101110001101011100110011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245779; }

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

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

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

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

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

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

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

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