#245A84

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

Shades of Bahama Blue #245A84

Tints of Bahama Blue #245A84

Color information

#245A84 (or 0x245A84) is unknown color: approx Bahama Blue. HEX triplet: 24, 5A and 84. RGB value is (36,90,132). Sum of RGB (Red+Green+Blue) = 36+90+132=258 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.95% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 132 (51.95% from 255 or 51.16% from 258); Max value from RGB is 132 - color contains mainly: blue. Hex color #245A84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245A84 is #DBA57B. Grayscale: #4E4E4E. Windows color (decimal): -14394748 or 8673828. OLE color: 8673828.

HSL color Cylindrical-coordinate representation of color #245A84: hue angle of 206.25º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #245A84 is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3690132-
CMYK0.730.3200.48
HSL206.25º57.14%32.94%-
HSV(B)206.25º72.73%51.76%-
XYZ8.559.3523.18-
YUV78.64158.1197.58-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.95%
GREEN value IS 90 (35.55% from 255) = 34.88%
BLUE value IS 132 (51.95% from 255) = 51.16%
R=13.95%
G=34.88%
B=51.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal36901320.730.3200.48206.2557.1432.94
Hex245A844920030ce3921
Octal44132204111400603167141
Binary1001001011010100001001001001100000011000011001110111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,90,132); }

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

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

 a { background-color: rgb(36,90,132); }

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

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

 span { border-color: rgb(36,90,132); }

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