Shades of Paua #211C4B
Tints of Paua #211C4B
RGB
CMYK
RGB Variations
Color information
#211C4B (or 0x211C4B) is known color: Paua. HEX triplet: 21, 1C and 4B. RGB value is (33,28,75). Sum of RGB (Red+Green+Blue) = 33+28+75=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 28 (11.33% from 255 or 20.59% from 136); Blue value is 75 (29.69% from 255 or 55.15% from 136); Max value from RGB is 75 - color contains mainly: blue. Hex color #211C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211C4B is #DEE3B4. Grayscale: #222222. Windows color (decimal): -14607285 or 4922401. OLE color: 4922401.
HSL color Cylindrical-coordinate representation of color #211C4B: hue angle of 246.38º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #211C4B is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 28 | 75 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.71 |
| HSL | 246.38º | 0.46% | 0.2% | - |
| HSV(B) | 246.38º | 0.63% | 0.29% | - |
| XYZ | 2.31 | 1.66 | 6.86 | - |
| YUV | 34.85 | 150.66 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 28 | 75 | 0.56 | 0.63 | 0 | 0.71 | 246.38 | 0.46 | 0.2 |
| Hex | 21 | 1C | 4B | 38 | 3F | 0 | 47 | F6 | 2E | 14 |
| Octal | 41 | 34 | 113 | 70 | 77 | 0 | 107 | 366 | 56 | 24 |
| Binary | 100001 | 11100 | 1001011 | 111000 | 111111 | 0 | 1000111 | 11110110 | 101110 | 10100 |
Color Harmonies of #211C4B
Complementary color
Monochromatic Colors of #211C4B
Black with #211C4B
Text Example
Text Example
White with #211C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211C4B; }
p { color: rgb(33,28,75); }
H1.HeaderClassName
{
color: #211C4B;
}
.AnyTagClassName
{
color: #211C4B;
}
</style>
background-color css
<style>
a { background-color: #211C4B; }
a { background-color: rgb(33,28,75); }
div.DivClassName
{
background-color: #211C4B;
}
.BgClassName
{
background-color: #211C4B;
}
</style>
border-color css
<style>
span { border-color: #211C4B; }
span { border-color: rgb(33,28,75); }
td.TdClassName
{
border-color: #211C4B;
}
.TagClassName
{
border-color: #211C4B;
}
</style>