Html Css Color HEX #222060 Paua

📋 copy color: '#222060'

red 34 ◦ green 32 ◦ blue 96

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

Shades of Paua #222060

Tints of Paua #222060

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.75%

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

R = 20.99%
G = 19.75%
B = 59.26%

CMYK

 C value IS 0.65

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#222060 (or 0x222060) is known color: Paua. HEX triplet: 22, 20 and 60. RGB value is (34,32,96). Sum of RGB (Red+Green+Blue) = 34+32+96=162 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.99% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 96 (37.89% from 255 or 59.26% from 162); Max value from RGB is 96 - color contains mainly: blue. Hex color #222060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222060 is #DDDF9F. Grayscale: #272727. Windows color (decimal): -14540704 or 6299682. OLE color: 6299682.

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

Color convert

RGB 34 32 96 -
CMYK 0.65 0.67 0 0.62
HSL 241.88º 0.5% 0.25% -
HSV(B) 241.88º 0.67% 0.38% -
XYZ 3.29 2.22 11.32 -
YUV 39.89 159.66 123.8 -
System Red Green Blue C M Y K H S L
Decimal 34 32 96 0.65 0.67 0 0.62 241.88 0.5 0.25
Hex 22 20 60 41 43 0 3E F2 32 19
Octal 42 40 140 101 103 0 76 362 62 31
Binary 100010 100000 1100000 1000001 1000011 0 111110 11110010 110010 11001

Color Harmonies of #222060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222060

Black with #222060

Text Example


Text Example

White with #222060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222060; }

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

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

background-color css

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

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

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

border-color css

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

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

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