#220E60

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

Shades of Paris M #220E60

Tints of Paris M #220E60

Color information

#220E60 (or 0x220E60) is unknown color: approx Paris M. HEX triplet: 22, 0E and 60. RGB value is (34,14,96). Sum of RGB (Red+Green+Blue) = 34+14+96=144 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.61% from 144); Green value is 14 (5.86% from 255 or 9.72% from 144); Blue value is 96 (37.89% from 255 or 66.67% from 144); Max value from RGB is 96 - color contains mainly: blue. Hex color #220E60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220E60 is #DDF19F. Grayscale: #1D1D1D. Windows color (decimal): -14545312 or 6295074. OLE color: 6295074.

HSL color Cylindrical-coordinate representation of color #220E60: hue angle of 254.63º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #220E60 is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB341496-
CMYK0.650.8500.62
HSL254.63º74.55%21.57%-
HSV(B)254.63º85.42%37.65%-
XYZ2.931.511.2-
YUV29.33165.63131.33-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.61%
GREEN value IS 14 (5.86% from 255) = 9.72%
BLUE value IS 96 (37.89% from 255) = 66.67%
R=23.61%
G=9.72%
B=66.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3414960.650.8500.62254.6374.5521.57
Hex22E60415503Eff4b16
Octal421614010112507637711326
Binary1000101110110000010000011010101011111011111111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220E60; }

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

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

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

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

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

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

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

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