#20517C

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

Shades of Bahama Blue #20517C

Tints of Bahama Blue #20517C

Color information

#20517C (or 0x20517C) is unknown color: approx Bahama Blue. HEX triplet: 20, 51 and 7C. RGB value is (32,81,124). Sum of RGB (Red+Green+Blue) = 32+81+124=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #20517C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20517C is #DFAE83. Grayscale: #474747. Windows color (decimal): -14659204 or 8147232. OLE color: 8147232.

HSL color Cylindrical-coordinate representation of color #20517C: hue angle of 208.04º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20517C is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3281124-
CMYK0.740.3500.51
HSL208.04º58.97%30.59%-
HSV(B)208.04º74.19%48.63%-
XYZ7.187.6520.17-
YUV71.25157.77100-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.50%
GREEN value IS 81 (32.03% from 255) = 34.18%
BLUE value IS 124 (48.83% from 255) = 52.32%
R=13.50%
G=34.18%
B=52.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal32811240.740.3500.51208.0458.9730.59
Hex20517C4A23033d03b1f
Octal40121174112430633207337
Binary10000010100011111100100101010001101100111101000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20517C; }

 p { color: rgb(32,81,124); }

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

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

 a { background-color: rgb(32,81,124); }

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

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

 span { border-color: rgb(32,81,124); }

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