#21225A

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

Shades of Paua #21225A

Tints of Paua #21225A

Color information

#21225A (or 0x21225A) is unknown color: approx Paua. HEX triplet: 21, 22 and 5A. RGB value is (33,34,90). Sum of RGB (Red+Green+Blue) = 33+34+90=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #21225A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21225A is #DEDDA5. Grayscale: #272727. Windows color (decimal): -14605734 or 5906977. OLE color: 5906977.

HSL color Cylindrical-coordinate representation of color #21225A: hue angle of 238.95º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #21225A is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB333490-
CMYK0.630.6200.65
HSL238.95º46.34%24.12%-
HSV(B)238.95º63.33%35.29%-
XYZ3.042.219.94-
YUV40.08156.17122.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.02%
GREEN value IS 34 (13.67% from 255) = 21.66%
BLUE value IS 90 (35.55% from 255) = 57.32%
R=21.02%
G=21.66%
B=57.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3334900.630.6200.65238.9546.3424.12
Hex21225A3F3E041ef2e18
Octal4142132777601013575630
Binary1000011000101011010111111111110010000011110111110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21225A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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