#21225D

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

Shades of Paua #21225D

Tints of Paua #21225D

Color information

#21225D (or 0x21225D) is unknown color: approx Paua. HEX triplet: 21, 22 and 5D. RGB value is (33,34,93). Sum of RGB (Red+Green+Blue) = 33+34+93=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 93 (36.72% from 255 or 58.12% from 160); Max value from RGB is 93 - color contains mainly: blue. Hex color #21225D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21225D is #DEDDA2. Grayscale: #282828. Windows color (decimal): -14605731 or 6103585. OLE color: 6103585.

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

Color convert

RGB333493-
CMYK0.650.6300.64
HSL239º47.62%24.71%-
HSV(B)239º64.52%36.47%-
XYZ3.182.2610.62-
YUV40.43157.67122.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.62%
GREEN value IS 34 (13.67% from 255) = 21.25%
BLUE value IS 93 (36.72% from 255) = 58.12%
R=20.62%
G=21.25%
B=58.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3334930.650.6300.6423947.6224.71
Hex21225D413F040ef3019
Octal41421351017701003576031
Binary10000110001010111011000001111111010000001110111111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21225D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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