#245881

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

Shades of Bahama Blue #245881

Tints of Bahama Blue #245881

Color information

#245881 (or 0x245881) is unknown color: approx Bahama Blue. HEX triplet: 24, 58 and 81. RGB value is (36,88,129). Sum of RGB (Red+Green+Blue) = 36+88+129=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 129 (50.78% from 255 or 50.99% from 253); Max value from RGB is 129 - color contains mainly: blue. Hex color #245881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245881 is #DBA77E. Grayscale: #4C4C4C. Windows color (decimal): -14395263 or 8476708. OLE color: 8476708.

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

Color convert

RGB3688129-
CMYK0.720.3200.49
HSL206.45º56.36%32.35%-
HSV(B)206.45º72.09%50.59%-
XYZ8.188.9422.06-
YUV77.13157.2798.67-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.23%
GREEN value IS 88 (34.77% from 255) = 34.78%
BLUE value IS 129 (50.78% from 255) = 50.99%
R=14.23%
G=34.78%
B=50.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal36881290.720.3200.49206.4556.3632.35
Hex2458814820031ce3820
Octal44130201110400613167040
Binary1001001011000100000011001000100000011000111001110111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245881; }

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

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

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

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

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

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

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

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