#20557F

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

Shades of Bahama Blue #20557F

Tints of Bahama Blue #20557F

Color information

#20557F (or 0x20557F) is unknown color: approx Bahama Blue. HEX triplet: 20, 55 and 7F. RGB value is (32,85,127). Sum of RGB (Red+Green+Blue) = 32+85+127=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 127 (50% from 255 or 52.05% from 244); Max value from RGB is 127 - color contains mainly: blue. Hex color #20557F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20557F is #DFAA80. Grayscale: #494949. Windows color (decimal): -14658177 or 8344864. OLE color: 8344864.

HSL color Cylindrical-coordinate representation of color #20557F: hue angle of 206.53º 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 #20557F is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3285127-
CMYK0.750.3300.50
HSL206.53º59.75%31.18%-
HSV(B)206.53º74.8%49.8%-
XYZ7.678.3421.28-
YUV73.94157.9498.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.11%
GREEN value IS 85 (33.59% from 255) = 34.84%
BLUE value IS 127 (50% from 255) = 52.05%
R=13.11%
G=34.84%
B=52.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal32851270.750.3300.50206.5359.7531.18
Hex20557F4B21032cf3c1f
Octal40125177113410623177437
Binary10000010101011111111100101110000101100101100111111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20557F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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