#22125B

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

Shades of Paua #22125B

Tints of Paua #22125B

Color information

#22125B (or 0x22125B) is unknown color: approx Paua. HEX triplet: 22, 12 and 5B. RGB value is (34,18,91). Sum of RGB (Red+Green+Blue) = 34+18+91=143 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.78% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 91 (35.94% from 255 or 63.64% from 143); Max value from RGB is 91 - color contains mainly: blue. Hex color #22125B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22125B is #DDEDA4. Grayscale: #1E1E1E. Windows color (decimal): -14544293 or 5968418. OLE color: 5968418.

HSL color Cylindrical-coordinate representation of color #22125B: hue angle of 253.15º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #22125B is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB341891-
CMYK0.630.8000.64
HSL253.15º66.97%21.37%-
HSV(B)253.15º80.22%35.69%-
XYZ2.761.5310.05-
YUV31.11161.8130.06-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.78%
GREEN value IS 18 (7.42% from 255) = 12.59%
BLUE value IS 91 (35.94% from 255) = 63.64%
R=23.78%
G=12.59%
B=63.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3418910.630.8000.64253.1566.9721.37
Hex22125B3F50040fd4315
Octal422213377120010037510325
Binary10001010010101101111111110100000100000011111101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22125B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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