#22125E

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

Shades of Paua #22125E

Tints of Paua #22125E

Color information

#22125E (or 0x22125E) is unknown color: approx Paua. HEX triplet: 22, 12 and 5E. RGB value is (34,18,94). Sum of RGB (Red+Green+Blue) = 34+18+94=146 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.29% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 94 (37.11% from 255 or 64.38% from 146); Max value from RGB is 94 - color contains mainly: blue. Hex color #22125E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22125E is #DDEDA1. Grayscale: #1F1F1F. Windows color (decimal): -14544290 or 6165026. OLE color: 6165026.

HSL color Cylindrical-coordinate representation of color #22125E: hue angle of 252.63º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #22125E is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB341894-
CMYK0.640.8100.63
HSL252.63º67.86%21.96%-
HSV(B)252.63º80.85%36.86%-
XYZ2.91.5810.74-
YUV31.45163.3129.82-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.29%
GREEN value IS 18 (7.42% from 255) = 12.33%
BLUE value IS 94 (37.11% from 255) = 64.38%
R=23.29%
G=12.33%
B=64.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3418940.640.8100.63252.6367.8621.96
Hex22125E405103Ffd4416
Octal422213610012107737510426
Binary10001010010101111010000001010001011111111111101100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22125E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22125E; }

 p { color: rgb(34,18,94); }

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

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

 a { background-color: rgb(34,18,94); }

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

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

 span { border-color: rgb(34,18,94); }

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