#245B7C

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

Shades of Bahama Blue #245B7C

Tints of Bahama Blue #245B7C

Color information

#245B7C (or 0x245B7C) is unknown color: approx Bahama Blue. HEX triplet: 24, 5B and 7C. RGB value is (36,91,124). Sum of RGB (Red+Green+Blue) = 36+91+124=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #245B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245B7C is #DBA483. Grayscale: #4E4E4E. Windows color (decimal): -14394500 or 8149796. OLE color: 8149796.

HSL color Cylindrical-coordinate representation of color #245B7C: hue angle of 202.5º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #245B7C is Cyan = 0.71, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3691124-
CMYK0.710.2700.51
HSL202.5º55%31.37%-
HSV(B)202.5º70.97%48.63%-
XYZ8.119.3120.44-
YUV78.32153.7897.82-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.34%
GREEN value IS 91 (35.94% from 255) = 36.25%
BLUE value IS 124 (48.83% from 255) = 49.40%
R=14.34%
G=36.25%
B=49.40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal36911240.710.2700.51202.55531.37
Hex245B7C471B033ca371f
Octal44133174107330633126737
Binary1001001011011111110010001111101101100111100101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245B7C; }

 p { color: rgb(36,91,124); }

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

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

 a { background-color: rgb(36,91,124); }

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

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

 span { border-color: rgb(36,91,124); }

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