Shades of Paua #211D4B
Tints of Paua #211D4B
RGB
CMYK
RGB Variations
Color information
#211D4B (or 0x211D4B) is known color: Paua. HEX triplet: 21, 1D and 4B. RGB value is (33,29,75). Sum of RGB (Red+Green+Blue) = 33+29+75=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 75 (29.69% from 255 or 54.74% from 137); Max value from RGB is 75 - color contains mainly: blue. Hex color #211D4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211D4B is #DEE2B4. Grayscale: #232323. Windows color (decimal): -14607029 or 4922657. OLE color: 4922657.
HSL color Cylindrical-coordinate representation of color #211D4B: hue angle of 245.22º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #211D4B is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 29 | 75 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.71 |
| HSL | 245.22º | 0.44% | 0.2% | - |
| HSV(B) | 245.22º | 0.61% | 0.29% | - |
| XYZ | 2.34 | 1.71 | 6.86 | - |
| YUV | 35.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 29 | 75 | 0.56 | 0.61 | 0 | 0.71 | 245.22 | 0.44 | 0.2 |
| Hex | 21 | 1D | 4B | 38 | 3D | 0 | 47 | F5 | 2C | 14 |
| Octal | 41 | 35 | 113 | 70 | 75 | 0 | 107 | 365 | 54 | 24 |
| Binary | 100001 | 11101 | 1001011 | 111000 | 111101 | 0 | 1000111 | 11110101 | 101100 | 10100 |
Color Harmonies of #211D4B
Complementary color
Monochromatic Colors of #211D4B
Black with #211D4B
Text Example
Text Example
White with #211D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211D4B; }
p { color: rgb(33,29,75); }
H1.HeaderClassName
{
color: #211D4B;
}
.AnyTagClassName
{
color: #211D4B;
}
</style>
background-color css
<style>
a { background-color: #211D4B; }
a { background-color: rgb(33,29,75); }
div.DivClassName
{
background-color: #211D4B;
}
.BgClassName
{
background-color: #211D4B;
}
</style>
border-color css
<style>
span { border-color: #211D4B; }
span { border-color: rgb(33,29,75); }
td.TdClassName
{
border-color: #211D4B;
}
.TagClassName
{
border-color: #211D4B;
}
</style>