#245E84

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

Shades of Bahama Blue #245E84

Tints of Bahama Blue #245E84

Color information

#245E84 (or 0x245E84) is unknown color: approx Bahama Blue. HEX triplet: 24, 5E and 84. RGB value is (36,94,132). Sum of RGB (Red+Green+Blue) = 36+94+132=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 132 (51.95% from 255 or 50.38% from 262); Max value from RGB is 132 - color contains mainly: blue. Hex color #245E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245E84 is #DBA17B. Grayscale: #505050. Windows color (decimal): -14393724 or 8674852. OLE color: 8674852.

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

Color convert

RGB3694132-
CMYK0.730.2900.48
HSL203.75º57.14%32.94%-
HSV(B)203.75º72.73%51.76%-
XYZ8.910.0523.3-
YUV80.99156.7895.91-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.74%
GREEN value IS 94 (37.11% from 255) = 35.88%
BLUE value IS 132 (51.95% from 255) = 50.38%
R=13.74%
G=35.88%
B=50.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal36941320.730.2900.48203.7557.1432.94
Hex245E84491D030cc3921
Octal44136204111350603147141
Binary100100101111010000100100100111101011000011001100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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