Shades of Paua #211A4B
Tints of Paua #211A4B
RGB
CMYK
RGB Variations
Color information
#211A4B (or 0x211A4B) is known color: Paua. HEX triplet: 21, 1A and 4B. RGB value is (33,26,75). Sum of RGB (Red+Green+Blue) = 33+26+75=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 26 (10.55% from 255 or 19.40% from 134); Blue value is 75 (29.69% from 255 or 55.97% from 134); Max value from RGB is 75 - color contains mainly: blue. Hex color #211A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211A4B is #DEE5B4. Grayscale: #212121. Windows color (decimal): -14607797 or 4921889. OLE color: 4921889.
HSL color Cylindrical-coordinate representation of color #211A4B: hue angle of 248.57º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #211A4B is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 26 | 75 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.71 |
| HSL | 248.57º | 0.49% | 0.2% | - |
| HSV(B) | 248.57º | 0.65% | 0.29% | - |
| XYZ | 2.27 | 1.57 | 6.84 | - |
| YUV | 33.68 | 151.32 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 26 | 75 | 0.56 | 0.65 | 0 | 0.71 | 248.57 | 0.49 | 0.2 |
| Hex | 21 | 1A | 4B | 38 | 41 | 0 | 47 | F9 | 31 | 14 |
| Octal | 41 | 32 | 113 | 70 | 101 | 0 | 107 | 371 | 61 | 24 |
| Binary | 100001 | 11010 | 1001011 | 111000 | 1000001 | 0 | 1000111 | 11111001 | 110001 | 10100 |
Color Harmonies of #211A4B
Complementary color
Monochromatic Colors of #211A4B
Black with #211A4B
Text Example
Text Example
White with #211A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211A4B; }
p { color: rgb(33,26,75); }
H1.HeaderClassName
{
color: #211A4B;
}
.AnyTagClassName
{
color: #211A4B;
}
</style>
background-color css
<style>
a { background-color: #211A4B; }
a { background-color: rgb(33,26,75); }
div.DivClassName
{
background-color: #211A4B;
}
.BgClassName
{
background-color: #211A4B;
}
</style>
border-color css
<style>
span { border-color: #211A4B; }
span { border-color: rgb(33,26,75); }
td.TdClassName
{
border-color: #211A4B;
}
.TagClassName
{
border-color: #211A4B;
}
</style>