#216877

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

Shades of Allports #216877

Tints of Allports #216877

Color information

#216877 (or 0x216877) is unknown color: approx Allports. HEX triplet: 21, 68 and 77. RGB value is (33,104,119). Sum of RGB (Red+Green+Blue) = 33+104+119=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #216877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216877 is #DE9788. Grayscale: #545454. Windows color (decimal): -14587785 or 7825441. OLE color: 7825441.

HSL color Cylindrical-coordinate representation of color #216877: hue angle of 190.47º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #216877 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB33104119-
CMYK0.720.1300.53
HSL190.47º56.58%29.8%-
HSV(B)190.47º72.27%46.67%-
XYZ8.9111.5619.21-
YUV84.48147.4891.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.89%
GREEN value IS 104 (41.02% from 255) = 40.62%
BLUE value IS 119 (46.88% from 255) = 46.48%
R=12.89%
G=40.62%
B=46.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal331041190.720.1300.53190.4756.5829.8
Hex21687748D035be391e
Octal41150167110150652767136
Binary100001110100011101111001000110101101011011111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216877; }

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

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

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

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

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

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

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

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