#20577C

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

Shades of Bahama Blue #20577C

Tints of Bahama Blue #20577C

Color information

#20577C (or 0x20577C) is unknown color: approx Bahama Blue. HEX triplet: 20, 57 and 7C. RGB value is (32,87,124). Sum of RGB (Red+Green+Blue) = 32+87+124=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #20577C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20577C is #DFA883. Grayscale: #4A4A4A. Windows color (decimal): -14657668 or 8148768. OLE color: 8148768.

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

Color convert

RGB3287124-
CMYK0.740.3000.51
HSL204.13º58.97%30.59%-
HSV(B)204.13º74.19%48.63%-
XYZ7.648.5820.32-
YUV74.77155.7897.49-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.17%
GREEN value IS 87 (34.38% from 255) = 35.80%
BLUE value IS 124 (48.83% from 255) = 51.03%
R=13.17%
G=35.80%
B=51.03%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal32871240.740.3000.51204.1358.9730.59
Hex20577C4A1E033cc3b1f
Octal40127174112360633147337
Binary1000001010111111110010010101111001100111100110011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20577C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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