Shades of Paua #211353
Tints of Paua #211353
RGB
CMYK
RGB Variations
Color information
#211353 (or 0x211353) is known color: Paua. HEX triplet: 21, 13 and 53. RGB value is (33,19,83). Sum of RGB (Red+Green+Blue) = 33+19+83=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 83 (32.81% from 255 or 61.48% from 135); Max value from RGB is 83 - color contains mainly: blue. Hex color #211353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211353 is #DEECAC. Grayscale: #1E1E1E. Windows color (decimal): -14609581 or 5444385. OLE color: 5444385.
HSL color Cylindrical-coordinate representation of color #211353: hue angle of 253.12º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #211353 is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 19 | 83 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.67 |
| HSL | 253.13º | 0.63% | 0.2% | - |
| HSV(B) | 253.13º | 0.77% | 0.33% | - |
| XYZ | 2.42 | 1.41 | 8.33 | - |
| YUV | 30.48 | 157.64 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 83 | 0.60 | 0.77 | 0 | 0.67 | 253.13 | 0.63 | 0.2 |
| Hex | 21 | 13 | 53 | 3C | 4D | 0 | 43 | FD | 3F | 14 |
| Octal | 41 | 23 | 123 | 74 | 115 | 0 | 103 | 375 | 77 | 24 |
| Binary | 100001 | 10011 | 1010011 | 111100 | 1001101 | 0 | 1000011 | 11111101 | 111111 | 10100 |
Color Harmonies of #211353
Complementary color
Monochromatic Colors of #211353
Black with #211353
Text Example
Text Example
White with #211353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211353; }
p { color: rgb(33,19,83); }
H1.HeaderClassName
{
color: #211353;
}
.AnyTagClassName
{
color: #211353;
}
</style>
background-color css
<style>
a { background-color: #211353; }
a { background-color: rgb(33,19,83); }
div.DivClassName
{
background-color: #211353;
}
.BgClassName
{
background-color: #211353;
}
</style>
border-color css
<style>
span { border-color: #211353; }
span { border-color: rgb(33,19,83); }
td.TdClassName
{
border-color: #211353;
}
.TagClassName
{
border-color: #211353;
}
</style>