#245B81

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

Shades of Bahama Blue #245B81

Tints of Bahama Blue #245B81

Color information

#245B81 (or 0x245B81) is unknown color: approx Bahama Blue. HEX triplet: 24, 5B and 81. RGB value is (36,91,129). Sum of RGB (Red+Green+Blue) = 36+91+129=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 129 (50.78% from 255 or 50.39% from 256); Max value from RGB is 129 - color contains mainly: blue. Hex color #245B81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245B81 is #DBA47E. Grayscale: #4E4E4E. Windows color (decimal): -14394495 or 8477476. OLE color: 8477476.

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

Color convert

RGB3691129-
CMYK0.720.2900.49
HSL204.52º56.36%32.35%-
HSV(B)204.52º72.09%50.59%-
XYZ8.439.4422.15-
YUV78.89156.2897.41-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.06%
GREEN value IS 91 (35.94% from 255) = 35.55%
BLUE value IS 129 (50.78% from 255) = 50.39%
R=14.06%
G=35.55%
B=50.39%

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
Decimal36911290.720.2900.49204.5256.3632.35
Hex245B81481D031cd3820
Octal44133201110350613157040
Binary100100101101110000001100100011101011000111001101111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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