#216A71

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

Shades of Allports #216A71

Tints of Allports #216A71

Color information

#216A71 (or 0x216A71) is unknown color: approx Allports. HEX triplet: 21, 6A and 71. RGB value is (33,106,113). Sum of RGB (Red+Green+Blue) = 33+106+113=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 106 (41.80% from 255 or 42.06% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 113 - color contains mainly: blue. Hex color #216A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216A71 is #DE958E. Grayscale: #545454. Windows color (decimal): -14587279 or 7432737. OLE color: 7432737.

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

Color convert

RGB33106113-
CMYK0.710.0600.56
HSL185.25º54.79%28.63%-
HSV(B)185.25º70.8%44.31%-
XYZ8.7611.8217.44-
YUV84.97143.8290.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.10%
GREEN value IS 106 (41.80% from 255) = 42.06%
BLUE value IS 113 (44.53% from 255) = 44.84%
R=13.10%
G=42.06%
B=44.84%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal331061130.710.0600.56185.2554.7928.63
Hex216A71476038b9371d
Octal4115216110760702716735
Binary10000111010101110001100011111001110001011100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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