#20537F

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

Shades of Bahama Blue #20537F

Tints of Bahama Blue #20537F

Color information

#20537F (or 0x20537F) is unknown color: approx Bahama Blue. HEX triplet: 20, 53 and 7F. RGB value is (32,83,127). Sum of RGB (Red+Green+Blue) = 32+83+127=242 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.22% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 127 (50% from 255 or 52.48% from 242); Max value from RGB is 127 - color contains mainly: blue. Hex color #20537F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20537F is #DFAC80. Grayscale: #484848. Windows color (decimal): -14658689 or 8344352. OLE color: 8344352.

HSL color Cylindrical-coordinate representation of color #20537F: hue angle of 207.79º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20537F is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3283127-
CMYK0.750.3500.50
HSL207.79º59.75%31.18%-
HSV(B)207.79º74.8%49.8%-
XYZ7.528.0321.23-
YUV72.77158.698.92-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.22%
GREEN value IS 83 (32.81% from 255) = 34.30%
BLUE value IS 127 (50% from 255) = 52.48%
R=13.22%
G=34.30%
B=52.48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal32831270.750.3500.50207.7959.7531.18
Hex20537F4B23032d03c1f
Octal40123177113430623207437
Binary10000010100111111111100101110001101100101101000011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20537F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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