Shades of Paua #211154
Tints of Paua #211154
RGB
CMYK
RGB Variations
Color information
#211154 (or 0x211154) is known color: Paua. HEX triplet: 21, 11 and 54. RGB value is (33,17,84). Sum of RGB (Red+Green+Blue) = 33+17+84=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 84 (33.20% from 255 or 62.69% from 134); Max value from RGB is 84 - color contains mainly: blue. Hex color #211154 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211154 is #DEEEAB. Grayscale: #1D1D1D. Windows color (decimal): -14610092 or 5509409. OLE color: 5509409.
HSL color Cylindrical-coordinate representation of color #211154: hue angle of 254.33º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #211154 is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 17 | 84 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.67 |
| HSL | 254.33º | 0.66% | 0.2% | - |
| HSV(B) | 254.33º | 0.8% | 0.33% | - |
| XYZ | 2.43 | 1.36 | 8.52 | - |
| YUV | 29.42 | 158.8 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 17 | 84 | 0.61 | 0.80 | 0 | 0.67 | 254.33 | 0.66 | 0.2 |
| Hex | 21 | 11 | 54 | 3D | 50 | 0 | 43 | FE | 42 | 14 |
| Octal | 41 | 21 | 124 | 75 | 120 | 0 | 103 | 376 | 102 | 24 |
| Binary | 100001 | 10001 | 1010100 | 111101 | 1010000 | 0 | 1000011 | 11111110 | 1000010 | 10100 |
Color Harmonies of #211154
Complementary color
Monochromatic Colors of #211154
Black with #211154
Text Example
Text Example
White with #211154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211154; }
p { color: rgb(33,17,84); }
H1.HeaderClassName
{
color: #211154;
}
.AnyTagClassName
{
color: #211154;
}
</style>
background-color css
<style>
a { background-color: #211154; }
a { background-color: rgb(33,17,84); }
div.DivClassName
{
background-color: #211154;
}
.BgClassName
{
background-color: #211154;
}
</style>
border-color css
<style>
span { border-color: #211154; }
span { border-color: rgb(33,17,84); }
td.TdClassName
{
border-color: #211154;
}
.TagClassName
{
border-color: #211154;
}
</style>