#20848A

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

Shades of Atoll #20848A

Tints of Atoll #20848A

Color information

#20848A (or 0x20848A) is unknown color: approx Atoll. HEX triplet: 20, 84 and 8A. RGB value is (32,132,138). Sum of RGB (Red+Green+Blue) = 32+132+138=302 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.60% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 138 (54.30% from 255 or 45.70% from 302); Max value from RGB is 138 - color contains mainly: blue. Hex color #20848A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20848A is #DF7B75. Grayscale: #666666. Windows color (decimal): -14646134 or 9077792. OLE color: 9077792.

HSL color Cylindrical-coordinate representation of color #20848A: hue angle of 183.4º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20848A is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB32132138-
CMYK0.770.0400.46
HSL183.4º62.35%33.33%-
HSV(B)183.4º76.81%54.12%-
XYZ13.4318.6426.94-
YUV102.78147.8777.51-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.60%
GREEN value IS 132 (51.95% from 255) = 43.71%
BLUE value IS 138 (54.30% from 255) = 45.70%
R=10.60%
G=43.71%
B=45.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal321321380.770.0400.46183.462.3533.33
Hex20848A4D402Eb73e21
Octal4020421211540562677641
Binary10000010000100100010101001101100010111010110111111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20848A; }

 p { color: rgb(32,132,138); }

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

<style>
 a { background-color: #20848A; }

 a { background-color: rgb(32,132,138); }

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

<style>
 span { border-color: #20848A; }

 span { border-color: rgb(32,132,138); }

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