#245E82

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

Shades of Bahama Blue #245E82

Tints of Bahama Blue #245E82

Color information

#245E82 (or 0x245E82) is unknown color: approx Bahama Blue. HEX triplet: 24, 5E and 82. RGB value is (36,94,130). Sum of RGB (Red+Green+Blue) = 36+94+130=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 130 (51.17% from 255 or 50% from 260); Max value from RGB is 130 - color contains mainly: blue. Hex color #245E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245E82 is #DBA17D. Grayscale: #505050. Windows color (decimal): -14393726 or 8543780. OLE color: 8543780.

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

Color convert

RGB3694130-
CMYK0.720.2800.49
HSL202.98º56.63%32.55%-
HSV(B)202.98º72.31%50.98%-
XYZ8.769.9922.59-
YUV80.76155.7896.07-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.85%
GREEN value IS 94 (37.11% from 255) = 36.15%
BLUE value IS 130 (51.17% from 255) = 50%
R=13.85%
G=36.15%
B=50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal36941300.720.2800.49202.9856.6332.55
Hex245E82481C031cb3921
Octal44136202110340613137141
Binary100100101111010000010100100011100011000111001011111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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