Shades of Paua #211C53
Tints of Paua #211C53
RGB
CMYK
RGB Variations
Color information
#211C53 (or 0x211C53) is known color: Paua. HEX triplet: 21, 1C and 53. RGB value is (33,28,83). Sum of RGB (Red+Green+Blue) = 33+28+83=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 83 (32.81% from 255 or 57.64% from 144); Max value from RGB is 83 - color contains mainly: blue. Hex color #211C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211C53 is #DEE3AC. Grayscale: #232323. Windows color (decimal): -14607277 or 5446689. OLE color: 5446689.
HSL color Cylindrical-coordinate representation of color #211C53: hue angle of 245.45º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #211C53 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 28 | 83 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.67 |
| HSL | 245.45º | 0.5% | 0.22% | - |
| HSV(B) | 245.45º | 0.66% | 0.33% | - |
| XYZ | 2.6 | 1.78 | 8.39 | - |
| YUV | 35.77 | 154.66 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 28 | 83 | 0.60 | 0.66 | 0 | 0.67 | 245.45 | 0.5 | 0.22 |
| Hex | 21 | 1C | 53 | 3C | 42 | 0 | 43 | F5 | 32 | 16 |
| Octal | 41 | 34 | 123 | 74 | 102 | 0 | 103 | 365 | 62 | 26 |
| Binary | 100001 | 11100 | 1010011 | 111100 | 1000010 | 0 | 1000011 | 11110101 | 110010 | 10110 |
Color Harmonies of #211C53
Complementary color
Monochromatic Colors of #211C53
Black with #211C53
Text Example
Text Example
White with #211C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211C53; }
p { color: rgb(33,28,83); }
H1.HeaderClassName
{
color: #211C53;
}
.AnyTagClassName
{
color: #211C53;
}
</style>
background-color css
<style>
a { background-color: #211C53; }
a { background-color: rgb(33,28,83); }
div.DivClassName
{
background-color: #211C53;
}
.BgClassName
{
background-color: #211C53;
}
</style>
border-color css
<style>
span { border-color: #211C53; }
span { border-color: rgb(33,28,83); }
td.TdClassName
{
border-color: #211C53;
}
.TagClassName
{
border-color: #211C53;
}
</style>