#245383

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

Shades of Bahama Blue #245383

Tints of Bahama Blue #245383

Color information

#245383 (or 0x245383) is unknown color: approx Bahama Blue. HEX triplet: 24, 53 and 83. RGB value is (36,83,131). Sum of RGB (Red+Green+Blue) = 36+83+131=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 131 (51.56% from 255 or 52.4% from 250); Max value from RGB is 131 - color contains mainly: blue. Hex color #245383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245383 is #DBAC7C. Grayscale: #4A4A4A. Windows color (decimal): -14396541 or 8606500. OLE color: 8606500.

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

Color convert

RGB3683131-
CMYK0.730.3700.49
HSL210.32º56.89%32.75%-
HSV(B)210.32º72.52%51.37%-
XYZ7.928.222.64-
YUV74.42159.93100.6-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.4%
GREEN value IS 83 (32.81% from 255) = 33.2%
BLUE value IS 131 (51.56% from 255) = 52.4%
R=14.4%
G=33.2%
B=52.4%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal36831310.730.3700.49210.3256.8932.75
Hex2453834925031d23921
Octal44123203111450613227141
Binary1001001010011100000111001001100101011000111010010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245383; }

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

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

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

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

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

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

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

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