#216977

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

Shades of Allports #216977

Tints of Allports #216977

Color information

#216977 (or 0x216977) is unknown color: approx Allports. HEX triplet: 21, 69 and 77. RGB value is (33,105,119). Sum of RGB (Red+Green+Blue) = 33+105+119=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: blue. Hex color #216977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216977 is #DE9688. Grayscale: #545454. Windows color (decimal): -14587529 or 7825697. OLE color: 7825697.

HSL color Cylindrical-coordinate representation of color #216977: hue angle of 189.77º 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 #216977 is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB33105119-
CMYK0.720.1200.53
HSL189.77º56.58%29.8%-
HSV(B)189.77º72.27%46.67%-
XYZ9.0111.7619.25-
YUV85.07147.1590.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.84%
GREEN value IS 105 (41.41% from 255) = 40.86%
BLUE value IS 119 (46.88% from 255) = 46.30%
R=12.84%
G=40.86%
B=46.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal331051190.720.1200.53189.7756.5829.8
Hex21697748C035be391e
Octal41151167110140652767136
Binary100001110100111101111001000110001101011011111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216977; }

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

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

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

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

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

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

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

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