#245F84

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

Shades of Bahama Blue #245F84

Tints of Bahama Blue #245F84

Color information

#245F84 (or 0x245F84) is unknown color: approx Bahama Blue. HEX triplet: 24, 5F and 84. RGB value is (36,95,132). Sum of RGB (Red+Green+Blue) = 36+95+132=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 132 (51.95% from 255 or 50.19% from 263); Max value from RGB is 132 - color contains mainly: blue. Hex color #245F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245F84 is #DBA07B. Grayscale: #515151. Windows color (decimal): -14393468 or 8675108. OLE color: 8675108.

HSL color Cylindrical-coordinate representation of color #245F84: hue angle of 203.12º 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 #245F84 is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3695132-
CMYK0.730.2800.48
HSL203.12º57.14%32.94%-
HSV(B)203.12º72.73%51.76%-
XYZ8.9810.2323.33-
YUV81.58156.4595.49-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.69%
GREEN value IS 95 (37.5% from 255) = 36.12%
BLUE value IS 132 (51.95% from 255) = 50.19%
R=13.69%
G=36.12%
B=50.19%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal36951320.730.2800.48203.1257.1432.94
Hex245F84491C030cb3921
Octal44137204111340603137141
Binary100100101111110000100100100111100011000011001011111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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