#245483

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

Shades of Bahama Blue #245483

Tints of Bahama Blue #245483

Color information

#245483 (or 0x245483) is unknown color: approx Bahama Blue. HEX triplet: 24, 54 and 83. RGB value is (36,84,131). Sum of RGB (Red+Green+Blue) = 36+84+131=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 131 (51.56% from 255 or 52.19% from 251); Max value from RGB is 131 - color contains mainly: blue. Hex color #245483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245483 is #DBAB7C. Grayscale: #4A4A4A. Windows color (decimal): -14396285 or 8606756. OLE color: 8606756.

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

Color convert

RGB3684131-
CMYK0.730.3600.49
HSL209.68º56.89%32.75%-
HSV(B)209.68º72.52%51.37%-
XYZ7.998.3522.66-
YUV75.01159.6100.18-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.34%
GREEN value IS 84 (33.20% from 255) = 33.47%
BLUE value IS 131 (51.56% from 255) = 52.19%
R=14.34%
G=33.47%
B=52.19%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal36841310.730.3600.49209.6856.8932.75
Hex2454834924031d23921
Octal44124203111440613227141
Binary1001001010100100000111001001100100011000111010010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245483; }

 p { color: rgb(36,84,131); }

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

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

 a { background-color: rgb(36,84,131); }

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

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

 span { border-color: rgb(36,84,131); }

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