#245982

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

Shades of Bahama Blue #245982

Tints of Bahama Blue #245982

Color information

#245982 (or 0x245982) is unknown color: approx Bahama Blue. HEX triplet: 24, 59 and 82. RGB value is (36,89,130). Sum of RGB (Red+Green+Blue) = 36+89+130=255 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.12% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #245982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245982 is #DBA67D. Grayscale: #4D4D4D. Windows color (decimal): -14395006 or 8542500. OLE color: 8542500.

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

Color convert

RGB3689130-
CMYK0.720.3200.49
HSL206.17º56.63%32.55%-
HSV(B)206.17º72.31%50.98%-
XYZ8.339.1322.44-
YUV77.83157.4498.17-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.12%
GREEN value IS 89 (35.16% from 255) = 34.90%
BLUE value IS 130 (51.17% from 255) = 50.98%
R=14.12%
G=34.90%
B=50.98%

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
Decimal36891300.720.3200.49206.1756.6332.55
Hex2459824820031ce3921
Octal44131202110400613167141
Binary1001001011001100000101001000100000011000111001110111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245982; }

 p { color: rgb(36,89,130); }

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

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

 a { background-color: rgb(36,89,130); }

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

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

 span { border-color: rgb(36,89,130); }

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