#21225B

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

Shades of Paua #21225B

Tints of Paua #21225B

Color information

#21225B (or 0x21225B) is unknown color: approx Paua. HEX triplet: 21, 22 and 5B. RGB value is (33,34,91). Sum of RGB (Red+Green+Blue) = 33+34+91=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 91 (35.94% from 255 or 57.59% from 158); Max value from RGB is 91 - color contains mainly: blue. Hex color #21225B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21225B is #DEDDA4. Grayscale: #272727. Windows color (decimal): -14605733 or 5972513. OLE color: 5972513.

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

Color convert

RGB333491-
CMYK0.640.6300.64
HSL238.97º46.77%24.31%-
HSV(B)238.97º63.74%35.69%-
XYZ3.092.2210.16-
YUV40.2156.67122.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.89%
GREEN value IS 34 (13.67% from 255) = 21.52%
BLUE value IS 91 (35.94% from 255) = 57.59%
R=20.89%
G=21.52%
B=57.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3334910.640.6300.64238.9746.7724.31
Hex21225B403F040ef2f18
Octal41421331007701003575730
Binary10000110001010110111000000111111010000001110111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21225B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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