#20537C

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

Shades of Bahama Blue #20537C

Tints of Bahama Blue #20537C

Color information

#20537C (or 0x20537C) is unknown color: approx Bahama Blue. HEX triplet: 20, 53 and 7C. RGB value is (32,83,124). Sum of RGB (Red+Green+Blue) = 32+83+124=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #20537C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20537C is #DFAC83. Grayscale: #484848. Windows color (decimal): -14658692 or 8147744. OLE color: 8147744.

HSL color Cylindrical-coordinate representation of color #20537C: hue angle of 206.74º 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 #20537C is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3283124-
CMYK0.740.3300.51
HSL206.74º58.97%30.59%-
HSV(B)206.74º74.19%48.63%-
XYZ7.337.9520.22-
YUV72.42157.199.17-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.39%
GREEN value IS 83 (32.81% from 255) = 34.73%
BLUE value IS 124 (48.83% from 255) = 51.88%
R=13.39%
G=34.73%
B=51.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal32831240.740.3300.51206.7458.9730.59
Hex20537C4A21033cf3b1f
Octal40123174112410633177337
Binary10000010100111111100100101010000101100111100111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20537C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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