Shades of Paua #211D4A
Tints of Paua #211D4A
RGB
CMYK
RGB Variations
Color information
#211D4A (or 0x211D4A) is known color: Paua. HEX triplet: 21, 1D and 4A. RGB value is (33,29,74). Sum of RGB (Red+Green+Blue) = 33+29+74=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 74 (29.30% from 255 or 54.41% from 136); Max value from RGB is 74 - color contains mainly: blue. Hex color #211D4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211D4A is #DEE2B5. Grayscale: #232323. Windows color (decimal): -14607030 or 4857121. OLE color: 4857121.
HSL color Cylindrical-coordinate representation of color #211D4A: hue angle of 245.33º 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 #211D4A is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 29 | 74 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.71 |
| HSL | 245.33º | 0.44% | 0.2% | - |
| HSV(B) | 245.33º | 0.61% | 0.29% | - |
| XYZ | 2.3 | 1.7 | 6.68 | - |
| YUV | 35.33 | 149.83 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 29 | 74 | 0.55 | 0.61 | 0 | 0.71 | 245.33 | 0.44 | 0.2 |
| Hex | 21 | 1D | 4A | 37 | 3D | 0 | 47 | F5 | 2C | 14 |
| Octal | 41 | 35 | 112 | 67 | 75 | 0 | 107 | 365 | 54 | 24 |
| Binary | 100001 | 11101 | 1001010 | 110111 | 111101 | 0 | 1000111 | 11110101 | 101100 | 10100 |
Color Harmonies of #211D4A
Complementary color
Monochromatic Colors of #211D4A
Black with #211D4A
Text Example
Text Example
White with #211D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211D4A; }
p { color: rgb(33,29,74); }
H1.HeaderClassName
{
color: #211D4A;
}
.AnyTagClassName
{
color: #211D4A;
}
</style>
background-color css
<style>
a { background-color: #211D4A; }
a { background-color: rgb(33,29,74); }
div.DivClassName
{
background-color: #211D4A;
}
.BgClassName
{
background-color: #211D4A;
}
</style>
border-color css
<style>
span { border-color: #211D4A; }
span { border-color: rgb(33,29,74); }
td.TdClassName
{
border-color: #211D4A;
}
.TagClassName
{
border-color: #211D4A;
}
</style>