#212052

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

Shades of Paua #212052

Tints of Paua #212052

Color information

#212052 (or 0x212052) is unknown color: approx Paua. HEX triplet: 21, 20 and 52. RGB value is (33,32,82). Sum of RGB (Red+Green+Blue) = 33+32+82=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 82 (32.42% from 255 or 55.78% from 147); Max value from RGB is 82 - color contains mainly: blue. Hex color #212052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212052 is #DEDFAD. Grayscale: #252525. Windows color (decimal): -14606254 or 5382177. OLE color: 5382177.

HSL color Cylindrical-coordinate representation of color #212052: hue angle of 241.2º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #212052 is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB333282-
CMYK0.600.6100.68
HSL241.2º43.86%22.35%-
HSV(B)241.2º60.98%32.16%-
XYZ2.671.978.22-
YUV38152.83124.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.45%
GREEN value IS 32 (12.89% from 255) = 21.77%
BLUE value IS 82 (32.42% from 255) = 55.78%
R=22.45%
G=21.77%
B=55.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3332820.600.6100.68241.243.8622.35
Hex2120523C3D044f12c16
Octal4140122747501043615426
Binary1000011000001010010111100111101010001001111000110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212052; }

 p { color: rgb(33,32,82); }

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

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

 a { background-color: rgb(33,32,82); }

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

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

 span { border-color: rgb(33,32,82); }

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