#20747B

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

Shades of Atoll #20747B

Tints of Atoll #20747B

Color information

#20747B (or 0x20747B) is unknown color: approx Atoll. HEX triplet: 20, 74 and 7B. RGB value is (32,116,123). Sum of RGB (Red+Green+Blue) = 32+116+123=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 123 - color contains mainly: blue. Hex color #20747B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20747B is #DF8B84. Grayscale: #5B5B5B. Windows color (decimal): -14650245 or 8090656. OLE color: 8090656.

HSL color Cylindrical-coordinate representation of color #20747B: hue angle of 184.62º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20747B is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB32116123-
CMYK0.740.0600.52
HSL184.62º58.71%30.39%-
HSV(B)184.62º73.98%48.24%-
XYZ10.4214.2320.94-
YUV91.68145.6785.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.81%
GREEN value IS 116 (45.70% from 255) = 42.80%
BLUE value IS 123 (48.44% from 255) = 45.39%
R=11.81%
G=42.80%
B=45.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal321161230.740.0600.52184.6258.7130.39
Hex20747B4A6034b93b1e
Octal4016417311260642717336
Binary10000011101001111011100101011001101001011100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20747B; }

 p { color: rgb(32,116,123); }

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

<style>
 a { background-color: #20747B; }

 a { background-color: rgb(32,116,123); }

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

<style>
 span { border-color: #20747B; }

 span { border-color: rgb(32,116,123); }

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