#245c81

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

Shades of Bahama Blue #245C81

Tints of Bahama Blue #245C81

Color information

#245C81 (or 0x245C81) is unknown color: approx Bahama Blue. HEX triplet: 24, 5C and 81. RGB value is (36,92,129). Sum of RGB (Red+Green+Blue) = 36+92+129=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 129 (50.78% from 255 or 50.19% from 257); Max value from RGB is 129 - color contains mainly: blue. Hex color #245C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245C81 is #DBA37E. Grayscale: #4F4F4F. Windows color (decimal): -14394239 or 8477732. OLE color: 8477732.

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

Color convert

RGB3692129-
CMYK0.720.2900.49
HSL203.87º56.36%32.35%-
HSV(B)203.87º72.09%50.59%-
XYZ8.529.6122.18-
YUV79.47155.9596.99-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.01%
GREEN value IS 92 (36.33% from 255) = 35.80%
BLUE value IS 129 (50.78% from 255) = 50.19%
R=14.01%
G=35.80%
B=50.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal36921290.720.2900.49203.8756.3632.35
Hex245C81481D031cc3820
Octal44134201110350613147040
Binary100100101110010000001100100011101011000111001100111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245c81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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