#216776

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

Shades of Allports #216776

Tints of Allports #216776

Color information

#216776 (or 0x216776) is unknown color: approx Allports. HEX triplet: 21, 67 and 76. RGB value is (33,103,118). Sum of RGB (Red+Green+Blue) = 33+103+118=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 118 - color contains mainly: blue. Hex color #216776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216776 is #DE9889. Grayscale: #535353. Windows color (decimal): -14588042 or 7759649. OLE color: 7759649.

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

Color convert

RGB33103118-
CMYK0.720.1300.54
HSL190.59º56.29%29.61%-
HSV(B)190.59º72.03%46.27%-
XYZ8.7511.3318.87-
YUV83.78147.3191.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.99%
GREEN value IS 103 (40.62% from 255) = 40.55%
BLUE value IS 118 (46.48% from 255) = 46.46%
R=12.99%
G=40.55%
B=46.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal331031180.720.1300.54190.5956.2929.61
Hex21677648D036bf381e
Octal41147166110150662777036
Binary100001110011111101101001000110101101101011111111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216776; }

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

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

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

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

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

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

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

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