#216990

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

Shades of Allports #216990

Tints of Allports #216990

Color information

#216990 (or 0x216990) is unknown color: approx Allports. HEX triplet: 21, 69 and 90. RGB value is (33,105,144). Sum of RGB (Red+Green+Blue) = 33+105+144=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #216990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216990 is #DE966F. Grayscale: #575757. Windows color (decimal): -14587504 or 9464097. OLE color: 9464097.

HSL color Cylindrical-coordinate representation of color #216990: hue angle of 201.08º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #216990 is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB33105144-
CMYK0.770.2700.44
HSL201.08º62.71%34.71%-
HSV(B)201.08º77.08%56.47%-
XYZ10.7112.4428.22-
YUV87.92159.6588.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.70%
GREEN value IS 105 (41.41% from 255) = 37.23%
BLUE value IS 144 (56.64% from 255) = 51.06%
R=11.70%
G=37.23%
B=51.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331051440.770.2700.44201.0862.7134.71
Hex2169904D1B02Cc93f23
Octal41151220115330543117743
Binary100001110100110010000100110111011010110011001001111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216990; }

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

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

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

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

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

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

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

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