#212053

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

Shades of Paua #212053

Tints of Paua #212053

Color information

#212053 (or 0x212053) is unknown color: approx Paua. HEX triplet: 21, 20 and 53. RGB value is (33,32,83). Sum of RGB (Red+Green+Blue) = 33+32+83=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 83 (32.81% from 255 or 56.08% from 148); Max value from RGB is 83 - color contains mainly: blue. Hex color #212053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212053 is #DEDFAC. Grayscale: #252525. Windows color (decimal): -14606253 or 5447713. OLE color: 5447713.

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

Color convert

RGB333283-
CMYK0.600.6100.67
HSL241.18º44.35%22.55%-
HSV(B)241.18º61.45%32.55%-
XYZ2.711.988.42-
YUV38.11153.33124.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.30%
GREEN value IS 32 (12.89% from 255) = 21.62%
BLUE value IS 83 (32.81% from 255) = 56.08%
R=22.30%
G=21.62%
B=56.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3332830.600.6100.67241.1844.3522.55
Hex2120533C3D043f12c17
Octal4140123747501033615427
Binary1000011000001010011111100111101010000111111000110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212053; }

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

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

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

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

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

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

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

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