Shades of Paua #211C55
Tints of Paua #211C55
RGB
CMYK
RGB Variations
Color information
#211C55 (or 0x211C55) is known color: Paua. HEX triplet: 21, 1C and 55. RGB value is (33,28,85). Sum of RGB (Red+Green+Blue) = 33+28+85=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 28 (11.33% from 255 or 19.18% from 146); Blue value is 85 (33.59% from 255 or 58.22% from 146); Max value from RGB is 85 - color contains mainly: blue. Hex color #211C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211C55 is #DEE3AA. Grayscale: #232323. Windows color (decimal): -14607275 or 5577761. OLE color: 5577761.
HSL color Cylindrical-coordinate representation of color #211C55: hue angle of 245.26º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #211C55 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 28 | 85 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.67 |
| HSL | 245.26º | 0.5% | 0.22% | - |
| HSV(B) | 245.26º | 0.67% | 0.33% | - |
| XYZ | 2.68 | 1.81 | 8.8 | - |
| YUV | 35.99 | 155.66 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 28 | 85 | 0.61 | 0.67 | 0 | 0.67 | 245.26 | 0.5 | 0.22 |
| Hex | 21 | 1C | 55 | 3D | 43 | 0 | 43 | F5 | 32 | 16 |
| Octal | 41 | 34 | 125 | 75 | 103 | 0 | 103 | 365 | 62 | 26 |
| Binary | 100001 | 11100 | 1010101 | 111101 | 1000011 | 0 | 1000011 | 11110101 | 110010 | 10110 |
Color Harmonies of #211C55
Complementary color
Monochromatic Colors of #211C55
Black with #211C55
Text Example
Text Example
White with #211C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211C55; }
p { color: rgb(33,28,85); }
H1.HeaderClassName
{
color: #211C55;
}
.AnyTagClassName
{
color: #211C55;
}
</style>
background-color css
<style>
a { background-color: #211C55; }
a { background-color: rgb(33,28,85); }
div.DivClassName
{
background-color: #211C55;
}
.BgClassName
{
background-color: #211C55;
}
</style>
border-color css
<style>
span { border-color: #211C55; }
span { border-color: rgb(33,28,85); }
td.TdClassName
{
border-color: #211C55;
}
.TagClassName
{
border-color: #211C55;
}
</style>