#222048

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

Shades of Paua #222048

Tints of Paua #222048

Color information

#222048 (or 0x222048) is unknown color: approx Paua. HEX triplet: 22, 20 and 48. RGB value is (34,32,72). Sum of RGB (Red+Green+Blue) = 34+32+72=138 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.64% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 72 (28.52% from 255 or 52.17% from 138); Max value from RGB is 72 - color contains mainly: blue. Hex color #222048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222048 is #DDDFB7. Grayscale: #252525. Windows color (decimal): -14540728 or 4726818. OLE color: 4726818.

HSL color Cylindrical-coordinate representation of color #222048: hue angle of 243º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #222048 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB343272-
CMYK0.530.5600.72
HSL243º38.46%20.39%-
HSV(B)243º55.56%28.24%-
XYZ2.351.846.36-
YUV37.16147.66125.75-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.64%
GREEN value IS 32 (12.89% from 255) = 23.19%
BLUE value IS 72 (28.52% from 255) = 52.17%
R=24.64%
G=23.19%
B=52.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3432720.530.5600.7224338.4620.39
Hex2220483538048f32614
Octal4240110657001103634624
Binary1000101000001001000110101111000010010001111001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222048; }

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

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

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

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

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

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

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

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