#21767A

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

Shades of Atoll #21767A

Tints of Atoll #21767A

Color information

#21767A (or 0x21767A) is unknown color: approx Atoll. HEX triplet: 21, 76 and 7A. RGB value is (33,118,122). Sum of RGB (Red+Green+Blue) = 33+118+122=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 122 - color contains mainly: blue. Hex color #21767A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21767A is #DE8985. Grayscale: #5C5C5C. Windows color (decimal): -14584198 or 8025633. OLE color: 8025633.

HSL color Cylindrical-coordinate representation of color #21767A: hue angle of 182.7º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21767A is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB33118122-
CMYK0.730.0300.52
HSL182.7º57.42%30.39%-
HSV(B)182.7º72.95%47.84%-
XYZ10.6214.6920.69-
YUV93.04144.3485.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.09%
GREEN value IS 118 (46.48% from 255) = 43.22%
BLUE value IS 122 (48.05% from 255) = 44.69%
R=12.09%
G=43.22%
B=44.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal331181220.730.0300.52182.757.4230.39
Hex21767A493034b7391e
Octal4116617211130642677136
Binary1000011110110111101010010011101101001011011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,118,122); }

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

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

 a { background-color: rgb(33,118,122); }

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

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

 span { border-color: rgb(33,118,122); }

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