#20757E

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

Shades of Atoll #20757E

Tints of Atoll #20757E

Color information

#20757E (or 0x20757E) is unknown color: approx Atoll. HEX triplet: 20, 75 and 7E. RGB value is (32,117,126). Sum of RGB (Red+Green+Blue) = 32+117+126=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 126 (49.61% from 255 or 45.82% from 275); Max value from RGB is 126 - color contains mainly: blue. Hex color #20757E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20757E is #DF8A81. Grayscale: #5C5C5C. Windows color (decimal): -14649986 or 8287520. OLE color: 8287520.

HSL color Cylindrical-coordinate representation of color #20757E: hue angle of 185.74º 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 #20757E is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB32117126-
CMYK0.750.0700.51
HSL185.74º59.49%30.98%-
HSV(B)185.74º74.6%49.41%-
XYZ10.7214.5421.98-
YUV92.61146.8484.77-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.64%
GREEN value IS 117 (46.09% from 255) = 42.55%
BLUE value IS 126 (49.61% from 255) = 45.82%
R=11.64%
G=42.55%
B=45.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal321171260.750.0700.51185.7459.4930.98
Hex20757E4B7033ba3b1f
Octal4016517611370632727337
Binary10000011101011111110100101111101100111011101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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