#21225E

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

Shades of Paua #21225E

Tints of Paua #21225E

Color information

#21225E (or 0x21225E) is unknown color: approx Paua. HEX triplet: 21, 22 and 5E. RGB value is (33,34,94). Sum of RGB (Red+Green+Blue) = 33+34+94=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 94 (37.11% from 255 or 58.39% from 161); Max value from RGB is 94 - color contains mainly: blue. Hex color #21225E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21225E is #DEDDA1. Grayscale: #282828. Windows color (decimal): -14605730 or 6169121. OLE color: 6169121.

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

Color convert

RGB333494-
CMYK0.650.6400.63
HSL239.02º48.03%24.9%-
HSV(B)239.02º64.89%36.86%-
XYZ3.222.2810.86-
YUV40.54158.17122.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.50%
GREEN value IS 34 (13.67% from 255) = 21.12%
BLUE value IS 94 (37.11% from 255) = 58.39%
R=20.50%
G=21.12%
B=58.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3334940.650.6400.63239.0248.0324.9
Hex21225E414003Fef3019
Octal41421361011000773576031
Binary10000110001010111101000001100000001111111110111111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21225E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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