#216976

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

Shades of Allports #216976

Tints of Allports #216976

Color information

#216976 (or 0x216976) is unknown color: approx Allports. HEX triplet: 21, 69 and 76. RGB value is (33,105,118). Sum of RGB (Red+Green+Blue) = 33+105+118=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 118 - color contains mainly: blue. Hex color #216976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216976 is #DE9689. Grayscale: #545454. Windows color (decimal): -14587530 or 7760161. OLE color: 7760161.

HSL color Cylindrical-coordinate representation of color #216976: hue angle of 189.18º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #216976 is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB33105118-
CMYK0.720.1100.54
HSL189.18º56.29%29.61%-
HSV(B)189.18º72.03%46.27%-
XYZ8.9511.7318.93-
YUV84.95146.6590.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.89%
GREEN value IS 105 (41.41% from 255) = 41.02%
BLUE value IS 118 (46.48% from 255) = 46.09%
R=12.89%
G=41.02%
B=46.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal331051180.720.1100.54189.1856.2929.61
Hex21697648B036bd381e
Octal41151166110130662757036
Binary100001110100111101101001000101101101101011110111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216976; }

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

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

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

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

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

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

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

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