#245E81

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

Shades of Bahama Blue #245E81

Tints of Bahama Blue #245E81

Color information

#245E81 (or 0x245E81) is unknown color: approx Bahama Blue. HEX triplet: 24, 5E and 81. RGB value is (36,94,129). Sum of RGB (Red+Green+Blue) = 36+94+129=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 129 (50.78% from 255 or 49.81% from 259); Max value from RGB is 129 - color contains mainly: blue. Hex color #245E81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245E81 is #DBA17E. Grayscale: #505050. Windows color (decimal): -14393727 or 8478244. OLE color: 8478244.

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

Color convert

RGB3694129-
CMYK0.720.2700.49
HSL202.58º56.36%32.35%-
HSV(B)202.58º72.09%50.59%-
XYZ8.699.9722.23-
YUV80.65155.2896.15-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.90%
GREEN value IS 94 (37.11% from 255) = 36.29%
BLUE value IS 129 (50.78% from 255) = 49.81%
R=13.90%
G=36.29%
B=49.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal36941290.720.2700.49202.5856.3632.35
Hex245E81481B031cb3820
Octal44136201110330613137040
Binary100100101111010000001100100011011011000111001011111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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