#216677

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

Shades of Allports #216677

Tints of Allports #216677

Color information

#216677 (or 0x216677) is unknown color: approx Allports. HEX triplet: 21, 66 and 77. RGB value is (33,102,119). Sum of RGB (Red+Green+Blue) = 33+102+119=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 119 - color contains mainly: blue. Hex color #216677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216677 is #DE9988. Grayscale: #535353. Windows color (decimal): -14588297 or 7824929. OLE color: 7824929.

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

Color convert

RGB33102119-
CMYK0.720.1400.53
HSL191.86º56.58%29.8%-
HSV(B)191.86º72.27%46.67%-
XYZ8.7111.1619.15-
YUV83.31148.1492.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.99%
GREEN value IS 102 (40.23% from 255) = 40.16%
BLUE value IS 119 (46.88% from 255) = 46.85%
R=12.99%
G=40.16%
B=46.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal331021190.720.1400.53191.8656.5829.8
Hex21667748E035c0391e
Octal41146167110160653007136
Binary100001110011011101111001000111001101011100000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216677; }

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

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

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

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

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

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

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

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