Shades of Paua #211D58
Tints of Paua #211D58
RGB
CMYK
RGB Variations
Color information
#211D58 (or 0x211D58) is known color: Paua. HEX triplet: 21, 1D and 58. RGB value is (33,29,88). Sum of RGB (Red+Green+Blue) = 33+29+88=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 88 (34.77% from 255 or 58.67% from 150); Max value from RGB is 88 - color contains mainly: blue. Hex color #211D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211D58 is #DEE2A7. Grayscale: #242424. Windows color (decimal): -14607016 or 5774625. OLE color: 5774625.
HSL color Cylindrical-coordinate representation of color #211D58: hue angle of 244.07º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #211D58 is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 29 | 88 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.65 |
| HSL | 244.07º | 0.5% | 0.23% | - |
| HSV(B) | 244.07º | 0.67% | 0.35% | - |
| XYZ | 2.83 | 1.91 | 9.45 | - |
| YUV | 36.92 | 156.83 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 29 | 88 | 0.62 | 0.67 | 0 | 0.65 | 244.07 | 0.5 | 0.23 |
| Hex | 21 | 1D | 58 | 3E | 43 | 0 | 41 | F4 | 32 | 17 |
| Octal | 41 | 35 | 130 | 76 | 103 | 0 | 101 | 364 | 62 | 27 |
| Binary | 100001 | 11101 | 1011000 | 111110 | 1000011 | 0 | 1000001 | 11110100 | 110010 | 10111 |
Color Harmonies of #211D58
Complementary color
Monochromatic Colors of #211D58
Black with #211D58
Text Example
Text Example
White with #211D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211D58; }
p { color: rgb(33,29,88); }
H1.HeaderClassName
{
color: #211D58;
}
.AnyTagClassName
{
color: #211D58;
}
</style>
background-color css
<style>
a { background-color: #211D58; }
a { background-color: rgb(33,29,88); }
div.DivClassName
{
background-color: #211D58;
}
.BgClassName
{
background-color: #211D58;
}
</style>
border-color css
<style>
span { border-color: #211D58; }
span { border-color: rgb(33,29,88); }
td.TdClassName
{
border-color: #211D58;
}
.TagClassName
{
border-color: #211D58;
}
</style>