#221660

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

Shades of Paris M #221660

Tints of Paris M #221660

Color information

#221660 (or 0x221660) is unknown color: approx Paris M. HEX triplet: 22, 16 and 60. RGB value is (34,22,96). Sum of RGB (Red+Green+Blue) = 34+22+96=152 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.37% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 96 (37.89% from 255 or 63.16% from 152); Max value from RGB is 96 - color contains mainly: blue. Hex color #221660 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221660 is #DDE99F. Grayscale: #212121. Windows color (decimal): -14543264 or 6297122. OLE color: 6297122.

HSL color Cylindrical-coordinate representation of color #221660: hue angle of 249.73º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #221660 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB342296-
CMYK0.650.7700.62
HSL249.73º62.71%23.14%-
HSV(B)249.73º77.08%37.65%-
XYZ3.061.7611.24-
YUV34.02162.98127.98-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.37%
GREEN value IS 22 (8.98% from 255) = 14.47%
BLUE value IS 96 (37.89% from 255) = 63.16%
R=22.37%
G=14.47%
B=63.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3422960.650.7700.62249.7362.7123.14
Hex221660414D03Efa3f17
Octal42261401011150763727727
Binary1000101011011000001000001100110101111101111101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221660; }

 p { color: rgb(34,22,96); }

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

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

 a { background-color: rgb(34,22,96); }

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

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

 span { border-color: rgb(34,22,96); }

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