#20557E

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

Shades of Bahama Blue #20557E

Tints of Bahama Blue #20557E

Color information

#20557E (or 0x20557E) is unknown color: approx Bahama Blue. HEX triplet: 20, 55 and 7E. RGB value is (32,85,126). Sum of RGB (Red+Green+Blue) = 32+85+126=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 126 (49.61% from 255 or 51.85% from 243); Max value from RGB is 126 - color contains mainly: blue. Hex color #20557E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20557E is #DFAA81. Grayscale: #494949. Windows color (decimal): -14658178 or 8279328. OLE color: 8279328.

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

Color convert

RGB3285126-
CMYK0.750.3300.51
HSL206.17º59.49%30.98%-
HSV(B)206.17º74.6%49.41%-
XYZ7.618.3120.94-
YUV73.83157.4498.17-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.17%
GREEN value IS 85 (33.59% from 255) = 34.98%
BLUE value IS 126 (49.61% from 255) = 51.85%
R=13.17%
G=34.98%
B=51.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal32851260.750.3300.51206.1759.4930.98
Hex20557E4B21033ce3b1f
Octal40125176113410633167337
Binary10000010101011111110100101110000101100111100111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20557E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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