#211352

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

Shades of Paua #211352

Tints of Paua #211352

Color information

#211352 (or 0x211352) is unknown color: approx Paua. HEX triplet: 21, 13 and 52. RGB value is (33,19,82). Sum of RGB (Red+Green+Blue) = 33+19+82=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 82 (32.42% from 255 or 61.19% from 134); Max value from RGB is 82 - color contains mainly: blue. Hex color #211352 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211352 is #DEECAD. Grayscale: #1E1E1E. Windows color (decimal): -14609582 or 5378849. OLE color: 5378849.

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

Color convert

RGB331982-
CMYK0.600.7700.68
HSL253.33º62.38%19.8%-
HSV(B)253.33º76.83%32.16%-
XYZ2.381.48.13-
YUV30.37157.14129.88-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.63%
GREEN value IS 19 (7.81% from 255) = 14.18%
BLUE value IS 82 (32.42% from 255) = 61.19%
R=24.63%
G=14.18%
B=61.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3319820.600.7700.68253.3362.3819.8
Hex2113523C4D044fd3e14
Octal41231227411501043757624
Binary1000011001110100101111001001101010001001111110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211352; }

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

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

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

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

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

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

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

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