Shades of Paua #211C4A
Tints of Paua #211C4A
RGB
CMYK
RGB Variations
Color information
#211C4A (or 0x211C4A) is known color: Paua. HEX triplet: 21, 1C and 4A. RGB value is (33,28,74). Sum of RGB (Red+Green+Blue) = 33+28+74=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 74 (29.30% from 255 or 54.81% from 135); Max value from RGB is 74 - color contains mainly: blue. Hex color #211C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211C4A is #DEE3B5. Grayscale: #222222. Windows color (decimal): -14607286 or 4856865. OLE color: 4856865.
HSL color Cylindrical-coordinate representation of color #211C4A: hue angle of 246.52º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #211C4A is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 28 | 74 | - |
| CMYK | 0.55 | 0.62 | 0 | 0.71 |
| HSL | 246.52º | 0.45% | 0.2% | - |
| HSV(B) | 246.52º | 0.62% | 0.29% | - |
| XYZ | 2.28 | 1.65 | 6.68 | - |
| YUV | 34.74 | 150.16 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 28 | 74 | 0.55 | 0.62 | 0 | 0.71 | 246.52 | 0.45 | 0.2 |
| Hex | 21 | 1C | 4A | 37 | 3E | 0 | 47 | F7 | 2D | 14 |
| Octal | 41 | 34 | 112 | 67 | 76 | 0 | 107 | 367 | 55 | 24 |
| Binary | 100001 | 11100 | 1001010 | 110111 | 111110 | 0 | 1000111 | 11110111 | 101101 | 10100 |
Color Harmonies of #211C4A
Complementary color
Monochromatic Colors of #211C4A
Black with #211C4A
Text Example
Text Example
White with #211C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211C4A; }
p { color: rgb(33,28,74); }
H1.HeaderClassName
{
color: #211C4A;
}
.AnyTagClassName
{
color: #211C4A;
}
</style>
background-color css
<style>
a { background-color: #211C4A; }
a { background-color: rgb(33,28,74); }
div.DivClassName
{
background-color: #211C4A;
}
.BgClassName
{
background-color: #211C4A;
}
</style>
border-color css
<style>
span { border-color: #211C4A; }
span { border-color: rgb(33,28,74); }
td.TdClassName
{
border-color: #211C4A;
}
.TagClassName
{
border-color: #211C4A;
}
</style>