#212047

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

Shades of Paua #212047

Tints of Paua #212047

Color information

#212047 (or 0x212047) is unknown color: approx Paua. HEX triplet: 21, 20 and 47. RGB value is (33,32,71). Sum of RGB (Red+Green+Blue) = 33+32+71=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 71 (28.12% from 255 or 52.21% from 136); Max value from RGB is 71 - color contains mainly: blue. Hex color #212047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212047 is #DEDFB8. Grayscale: #242424. Windows color (decimal): -14606265 or 4661281. OLE color: 4661281.

HSL color Cylindrical-coordinate representation of color #212047: hue angle of 241.54º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #212047 is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB333271-
CMYK0.540.5500.72
HSL241.54º37.86%20.2%-
HSV(B)241.54º54.93%27.84%-
XYZ2.281.816.19-
YUV36.74147.33125.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.26%
GREEN value IS 32 (12.89% from 255) = 23.53%
BLUE value IS 71 (28.12% from 255) = 52.21%
R=24.26%
G=23.53%
B=52.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3332710.540.5500.72241.5437.8620.2
Hex2120473637048f22614
Octal4140107666701103624624
Binary1000011000001000111110110110111010010001111001010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212047; }

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

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

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

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

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

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

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

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