Shades of Paua #211B58
Tints of Paua #211B58
RGB
CMYK
RGB Variations
Color information
#211B58 (or 0x211B58) is known color: Paua. HEX triplet: 21, 1B and 58. RGB value is (33,27,88). Sum of RGB (Red+Green+Blue) = 33+27+88=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 88 (34.77% from 255 or 59.46% from 148); Max value from RGB is 88 - color contains mainly: blue. Hex color #211B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211B58 is #DEE4A7. Grayscale: #232323. Windows color (decimal): -14607528 or 5774113. OLE color: 5774113.
HSL color Cylindrical-coordinate representation of color #211B58: hue angle of 245.9º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #211B58 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 27 | 88 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.65 |
| HSL | 245.9º | 0.53% | 0.23% | - |
| HSV(B) | 245.9º | 0.69% | 0.35% | - |
| XYZ | 2.78 | 1.81 | 9.44 | - |
| YUV | 35.75 | 157.49 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 27 | 88 | 0.62 | 0.69 | 0 | 0.65 | 245.9 | 0.53 | 0.23 |
| Hex | 21 | 1B | 58 | 3E | 45 | 0 | 41 | F6 | 35 | 17 |
| Octal | 41 | 33 | 130 | 76 | 105 | 0 | 101 | 366 | 65 | 27 |
| Binary | 100001 | 11011 | 1011000 | 111110 | 1000101 | 0 | 1000001 | 11110110 | 110101 | 10111 |
Color Harmonies of #211B58
Complementary color
Monochromatic Colors of #211B58
Black with #211B58
Text Example
Text Example
White with #211B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211B58; }
p { color: rgb(33,27,88); }
H1.HeaderClassName
{
color: #211B58;
}
.AnyTagClassName
{
color: #211B58;
}
</style>
background-color css
<style>
a { background-color: #211B58; }
a { background-color: rgb(33,27,88); }
div.DivClassName
{
background-color: #211B58;
}
.BgClassName
{
background-color: #211B58;
}
</style>
border-color css
<style>
span { border-color: #211B58; }
span { border-color: rgb(33,27,88); }
td.TdClassName
{
border-color: #211B58;
}
.TagClassName
{
border-color: #211B58;
}
</style>