#216E71

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

Shades of Atoll #216E71

Tints of Atoll #216E71

Color information

#216E71 (or 0x216E71) is unknown color: approx Atoll. HEX triplet: 21, 6E and 71. RGB value is (33,110,113). Sum of RGB (Red+Green+Blue) = 33+110+113=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 110 (43.36% from 255 or 42.97% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 113 - color contains mainly: blue. Hex color #216E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216E71 is #DE918E. Grayscale: #575757. Windows color (decimal): -14586255 or 7433761. OLE color: 7433761.

HSL color Cylindrical-coordinate representation of color #216E71: hue angle of 182.25º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #216E71 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB33110113-
CMYK0.710.0300.56
HSL182.25º54.79%28.63%-
HSV(B)182.25º70.8%44.31%-
XYZ9.1812.6717.58-
YUV87.32142.4989.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.89%
GREEN value IS 110 (43.36% from 255) = 42.97%
BLUE value IS 113 (44.53% from 255) = 44.14%
R=12.89%
G=42.97%
B=44.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal331101130.710.0300.56182.2554.7928.63
Hex216E71473038b6371d
Octal4115616110730702666735
Binary1000011101110111000110001111101110001011011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216E71; }

 p { color: rgb(33,110,113); }

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

<style>
 a { background-color: #216E71; }

 a { background-color: rgb(33,110,113); }

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

<style>
 span { border-color: #216E71; }

 span { border-color: rgb(33,110,113); }

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