#216F71

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

Shades of Atoll #216F71

Tints of Atoll #216F71

Color information

#216F71 (or 0x216F71) is unknown color: approx Atoll. HEX triplet: 21, 6F and 71. RGB value is (33,111,113). Sum of RGB (Red+Green+Blue) = 33+111+113=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 113 - color contains mainly: blue. Hex color #216F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216F71 is #DE908E. Grayscale: #575757. Windows color (decimal): -14585999 or 7434017. OLE color: 7434017.

HSL color Cylindrical-coordinate representation of color #216F71: hue angle of 181.5º 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 #216F71 is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB33111113-
CMYK0.710.0200.56
HSL181.5º54.79%28.63%-
HSV(B)181.5º70.8%44.31%-
XYZ9.2912.8817.62-
YUV87.91142.1688.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.84%
GREEN value IS 111 (43.75% from 255) = 43.19%
BLUE value IS 113 (44.53% from 255) = 43.97%
R=12.84%
G=43.19%
B=43.97%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal331111130.710.0200.56181.554.7928.63
Hex216F71472038b6371d
Octal4115716110720702666735
Binary1000011101111111000110001111001110001011011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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