#216771

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

Shades of Allports #216771

Tints of Allports #216771

Color information

#216771 (or 0x216771) is unknown color: approx Allports. HEX triplet: 21, 67 and 71. RGB value is (33,103,113). Sum of RGB (Red+Green+Blue) = 33+103+113=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 103 (40.62% from 255 or 41.37% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 113 - color contains mainly: blue. Hex color #216771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216771 is #DE988E. Grayscale: #535353. Windows color (decimal): -14588047 or 7431969. OLE color: 7431969.

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

Color convert

RGB33103113-
CMYK0.710.0900.56
HSL187.5º54.79%28.63%-
HSV(B)187.5º70.8%44.31%-
XYZ8.4611.2217.34-
YUV83.21144.8192.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.25%
GREEN value IS 103 (40.62% from 255) = 41.37%
BLUE value IS 113 (44.53% from 255) = 45.38%
R=13.25%
G=41.37%
B=45.38%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal331031130.710.0900.56187.554.7928.63
Hex216771479038bc371d
Octal41147161107110702746735
Binary100001110011111100011000111100101110001011110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216771; }

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

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

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

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

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

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

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

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