#216872

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

Shades of Allports #216872

Tints of Allports #216872

Color information

#216872 (or 0x216872) is unknown color: approx Allports. HEX triplet: 21, 68 and 72. RGB value is (33,104,114). Sum of RGB (Red+Green+Blue) = 33+104+114=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 104 (41.02% from 255 or 41.43% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 114 - color contains mainly: blue. Hex color #216872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216872 is #DE978D. Grayscale: #535353. Windows color (decimal): -14587790 or 7497761. OLE color: 7497761.

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

Color convert

RGB33104114-
CMYK0.710.0900.55
HSL187.41º55.1%28.82%-
HSV(B)187.41º71.05%44.71%-
XYZ8.6111.4417.67-
YUV83.91144.9891.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.15%
GREEN value IS 104 (41.02% from 255) = 41.43%
BLUE value IS 114 (44.92% from 255) = 45.42%
R=13.15%
G=41.43%
B=45.42%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal331041140.710.0900.55187.4155.128.82
Hex216872479037bb371d
Octal41150162107110672736735
Binary100001110100011100101000111100101101111011101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216872; }

 p { color: rgb(33,104,114); }

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

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

 a { background-color: rgb(33,104,114); }

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

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

 span { border-color: rgb(33,104,114); }

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