#217390

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

Shades of Allports #217390

Tints of Allports #217390

Color information

#217390 (or 0x217390) is unknown color: approx Allports. HEX triplet: 21, 73 and 90. RGB value is (33,115,144). Sum of RGB (Red+Green+Blue) = 33+115+144=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #217390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217390 is #DE8C6F. Grayscale: #5D5D5D. Windows color (decimal): -14584944 or 9466657. OLE color: 9466657.

HSL color Cylindrical-coordinate representation of color #217390: hue angle of 195.68º 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 #217390 is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB33115144-
CMYK0.770.2000.44
HSL195.68º62.71%34.71%-
HSV(B)195.68º77.08%56.47%-
XYZ11.7914.628.58-
YUV93.79156.3384.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.30%
GREEN value IS 115 (45.31% from 255) = 39.38%
BLUE value IS 144 (56.64% from 255) = 49.32%
R=11.30%
G=39.38%
B=49.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331151440.770.2000.44195.6862.7134.71
Hex2173904D1402Cc43f23
Octal41163220115240543047743
Binary100001111001110010000100110110100010110011000100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217390; }

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

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

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

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

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

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

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

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