#222160

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

Shades of Paua #222160

Tints of Paua #222160

Color information

#222160 (or 0x222160) is unknown color: approx Paua. HEX triplet: 22, 21 and 60. RGB value is (34,33,96). Sum of RGB (Red+Green+Blue) = 34+33+96=163 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.86% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 96 (37.89% from 255 or 58.90% from 163); Max value from RGB is 96 - color contains mainly: blue. Hex color #222160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222160 is #DDDE9F. Grayscale: #282828. Windows color (decimal): -14540448 or 6299938. OLE color: 6299938.

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

Color convert

RGB343396-
CMYK0.650.6600.62
HSL240.95º48.84%25.29%-
HSV(B)240.95º65.62%37.65%-
XYZ3.312.2711.33-
YUV40.48159.33123.38-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.86%
GREEN value IS 33 (13.28% from 255) = 20.25%
BLUE value IS 96 (37.89% from 255) = 58.90%
R=20.86%
G=20.25%
B=58.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3433960.650.6600.62240.9548.8425.29
Hex222160414203Ef13119
Octal42411401011020763616131
Binary10001010000111000001000001100001001111101111000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222160; }

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

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

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

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

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

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

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

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