#21777C

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

Shades of Atoll #21777C

Tints of Atoll #21777C

Color information

#21777C (or 0x21777C) is unknown color: approx Atoll. HEX triplet: 21, 77 and 7C. RGB value is (33,119,124). Sum of RGB (Red+Green+Blue) = 33+119+124=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 124 - color contains mainly: blue. Hex color #21777C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21777C is #DE8883. Grayscale: #5D5D5D. Windows color (decimal): -14583940 or 8156961. OLE color: 8156961.

HSL color Cylindrical-coordinate representation of color #21777C: hue angle of 183.3º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21777C is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB33119124-
CMYK0.730.0400.51
HSL183.3º57.96%30.78%-
HSV(B)183.3º73.39%48.63%-
XYZ10.8614.9721.39-
YUV93.86145.0184.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.96%
GREEN value IS 119 (46.88% from 255) = 43.12%
BLUE value IS 124 (48.83% from 255) = 44.93%
R=11.96%
G=43.12%
B=44.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal331191240.730.0400.51183.357.9630.78
Hex21777C494033b73a1f
Octal4116717411140632677237
Binary10000111101111111100100100110001100111011011111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,119,124); }

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

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

 a { background-color: rgb(33,119,124); }

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

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

 span { border-color: rgb(33,119,124); }

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