#222054

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

Shades of Paua #222054

Tints of Paua #222054

Color information

#222054 (or 0x222054) is unknown color: approx Paua. HEX triplet: 22, 20 and 54. RGB value is (34,32,84). Sum of RGB (Red+Green+Blue) = 34+32+84=150 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.67% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 84 (33.20% from 255 or 56% from 150); Max value from RGB is 84 - color contains mainly: blue. Hex color #222054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222054 is #DDDFAB. Grayscale: #262626. Windows color (decimal): -14540716 or 5513250. OLE color: 5513250.

HSL color Cylindrical-coordinate representation of color #222054: hue angle of 242.31º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #222054 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB343284-
CMYK0.600.6200.67
HSL242.31º44.83%22.75%-
HSV(B)242.31º61.9%32.94%-
XYZ2.782.018.63-
YUV38.53153.66124.77-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.67%
GREEN value IS 32 (12.89% from 255) = 21.33%
BLUE value IS 84 (33.20% from 255) = 56%
R=22.67%
G=21.33%
B=56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3432840.600.6200.67242.3144.8322.75
Hex2220543C3E043f22d17
Octal4240124747601033625527
Binary1000101000001010100111100111110010000111111001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222054; }

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

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

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

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

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

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

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

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