#212049

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

Shades of Paua #212049

Tints of Paua #212049

Color information

#212049 (or 0x212049) is unknown color: approx Paua. HEX triplet: 21, 20 and 49. RGB value is (33,32,73). Sum of RGB (Red+Green+Blue) = 33+32+73=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 73 (28.91% from 255 or 52.90% from 138); Max value from RGB is 73 - color contains mainly: blue. Hex color #212049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212049 is #DEDFB6. Grayscale: #242424. Windows color (decimal): -14606263 or 4792353. OLE color: 4792353.

HSL color Cylindrical-coordinate representation of color #212049: hue angle of 241.46º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #212049 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB333273-
CMYK0.550.5600.71
HSL241.46º39.05%20.59%-
HSV(B)241.46º56.16%28.63%-
XYZ2.351.846.53-
YUV36.97148.33125.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.91%
GREEN value IS 32 (12.89% from 255) = 23.19%
BLUE value IS 73 (28.91% from 255) = 52.90%
R=23.91%
G=23.19%
B=52.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3332730.550.5600.71241.4639.0520.59
Hex2120493738047f12715
Octal4140111677001073614725
Binary1000011000001001001110111111000010001111111000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212049; }

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

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

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

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

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

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

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

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