Html Css Color HEX #221360 Paris M

📋 copy color: '#221360'

red 34 ◦ green 19 ◦ blue 96

#221360
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris M #221360

Tints of Paris M #221360

RGB

 RED value IS 34 (13.67% from 255) = 22.82%

 GREEN value IS 19 (7.81% from 255) = 12.75%

 BLUE value IS 96 (37.89% from 255) = 64.43%

R = 22.82%
G = 12.75%
B = 64.43%

CMYK

 C value IS 0.65

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#221360 (or 0x221360) is known color: Paris M. HEX triplet: 22, 13 and 60. RGB value is (34,19,96). Sum of RGB (Red+Green+Blue) = 34+19+96=149 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.82% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 96 (37.89% from 255 or 64.43% from 149); Max value from RGB is 96 - color contains mainly: blue. Hex color #221360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221360 is #DDEC9F. Grayscale: #1F1F1F. Windows color (decimal): -14544032 or 6296354. OLE color: 6296354.

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

Color convert

RGB 34 19 96 -
CMYK 0.65 0.80 0 0.62
HSL 251.69º 0.67% 0.23% -
HSV(B) 251.69º 0.8% 0.38% -
XYZ 3 1.65 11.23 -
YUV 32.26 163.97 129.24 -
System Red Green Blue C M Y K H S L
Decimal 34 19 96 0.65 0.80 0 0.62 251.69 0.67 0.23
Hex 22 13 60 41 50 0 3E FC 43 17
Octal 42 23 140 101 120 0 76 374 103 27
Binary 100010 10011 1100000 1000001 1010000 0 111110 11111100 1000011 10111

Color Harmonies of #221360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221360

Black with #221360

Text Example


Text Example

White with #221360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221360; }

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

 H1.HeaderClassName
 {
   color: #221360;
 }
 .AnyTagClassName
 {
   color: #221360;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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