Shades of Paua #211B4F
Tints of Paua #211B4F
RGB
CMYK
RGB Variations
Color information
#211B4F (or 0x211B4F) is known color: Paua. HEX triplet: 21, 1B and 4F. RGB value is (33,27,79). Sum of RGB (Red+Green+Blue) = 33+27+79=139 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.74% from 139); Green value is 27 (10.94% from 255 or 19.42% from 139); Blue value is 79 (31.25% from 255 or 56.83% from 139); Max value from RGB is 79 - color contains mainly: blue. Hex color #211B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211B4F is #DEE4B0. Grayscale: #222222. Windows color (decimal): -14607537 or 5184289. OLE color: 5184289.
HSL color Cylindrical-coordinate representation of color #211B4F: hue angle of 246.92º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #211B4F is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 27 | 79 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.69 |
| HSL | 246.92º | 0.49% | 0.21% | - |
| HSV(B) | 246.92º | 0.66% | 0.31% | - |
| XYZ | 2.43 | 1.67 | 7.59 | - |
| YUV | 34.72 | 152.99 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 27 | 79 | 0.58 | 0.66 | 0 | 0.69 | 246.92 | 0.49 | 0.21 |
| Hex | 21 | 1B | 4F | 3A | 42 | 0 | 45 | F7 | 31 | 15 |
| Octal | 41 | 33 | 117 | 72 | 102 | 0 | 105 | 367 | 61 | 25 |
| Binary | 100001 | 11011 | 1001111 | 111010 | 1000010 | 0 | 1000101 | 11110111 | 110001 | 10101 |
Color Harmonies of #211B4F
Complementary color
Monochromatic Colors of #211B4F
Black with #211B4F
Text Example
Text Example
White with #211B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211B4F; }
p { color: rgb(33,27,79); }
H1.HeaderClassName
{
color: #211B4F;
}
.AnyTagClassName
{
color: #211B4F;
}
</style>
background-color css
<style>
a { background-color: #211B4F; }
a { background-color: rgb(33,27,79); }
div.DivClassName
{
background-color: #211B4F;
}
.BgClassName
{
background-color: #211B4F;
}
</style>
border-color css
<style>
span { border-color: #211B4F; }
span { border-color: rgb(33,27,79); }
td.TdClassName
{
border-color: #211B4F;
}
.TagClassName
{
border-color: #211B4F;
}
</style>