Shades of Paua #211355
Tints of Paua #211355
RGB
CMYK
RGB Variations
Color information
#211355 (or 0x211355) is known color: Paua. HEX triplet: 21, 13 and 55. RGB value is (33,19,85). Sum of RGB (Red+Green+Blue) = 33+19+85=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 85 (33.59% from 255 or 62.04% from 137); Max value from RGB is 85 - color contains mainly: blue. Hex color #211355 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211355 is #DEECAA. Grayscale: #1E1E1E. Windows color (decimal): -14609579 or 5575457. OLE color: 5575457.
HSL color Cylindrical-coordinate representation of color #211355: hue angle of 252.73º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #211355 is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 19 | 85 | - |
| CMYK | 0.61 | 0.78 | 0 | 0.67 |
| HSL | 252.73º | 0.63% | 0.2% | - |
| HSV(B) | 252.73º | 0.78% | 0.33% | - |
| XYZ | 2.5 | 1.44 | 8.74 | - |
| YUV | 30.71 | 158.64 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 85 | 0.61 | 0.78 | 0 | 0.67 | 252.73 | 0.63 | 0.2 |
| Hex | 21 | 13 | 55 | 3D | 4E | 0 | 43 | FD | 3F | 14 |
| Octal | 41 | 23 | 125 | 75 | 116 | 0 | 103 | 375 | 77 | 24 |
| Binary | 100001 | 10011 | 1010101 | 111101 | 1001110 | 0 | 1000011 | 11111101 | 111111 | 10100 |
Color Harmonies of #211355
Complementary color
Monochromatic Colors of #211355
Black with #211355
Text Example
Text Example
White with #211355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211355; }
p { color: rgb(33,19,85); }
H1.HeaderClassName
{
color: #211355;
}
.AnyTagClassName
{
color: #211355;
}
</style>
background-color css
<style>
a { background-color: #211355; }
a { background-color: rgb(33,19,85); }
div.DivClassName
{
background-color: #211355;
}
.BgClassName
{
background-color: #211355;
}
</style>
border-color css
<style>
span { border-color: #211355; }
span { border-color: rgb(33,19,85); }
td.TdClassName
{
border-color: #211355;
}
.TagClassName
{
border-color: #211355;
}
</style>