#20537A

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

Shades of Bahama Blue #20537A

Tints of Bahama Blue #20537A

Color information

#20537A (or 0x20537A) is unknown color: approx Bahama Blue. HEX triplet: 20, 53 and 7A. RGB value is (32,83,122). Sum of RGB (Red+Green+Blue) = 32+83+122=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #20537A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20537A is #DFAC85. Grayscale: #474747. Windows color (decimal): -14658694 or 8016672. OLE color: 8016672.

HSL color Cylindrical-coordinate representation of color #20537A: hue angle of 206º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20537A is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3283122-
CMYK0.740.3200.52
HSL206º58.44%30.2%-
HSV(B)206º73.77%47.84%-
XYZ7.27.919.56-
YUV72.2156.199.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.50%
GREEN value IS 83 (32.81% from 255) = 35.02%
BLUE value IS 122 (48.05% from 255) = 51.48%
R=13.50%
G=35.02%
B=51.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal32831220.740.3200.5220658.4430.2
Hex20537A4A20034ce3a1e
Octal40123172112400643167236
Binary10000010100111111010100101010000001101001100111011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20537A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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