Shades of Paua #211B5E
Tints of Paua #211B5E
RGB
CMYK
RGB Variations
Color information
#211B5E (or 0x211B5E) is known color: Paua. HEX triplet: 21, 1B and 5E. RGB value is (33,27,94). Sum of RGB (Red+Green+Blue) = 33+27+94=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 27 (10.94% from 255 or 17.53% from 154); Blue value is 94 (37.11% from 255 or 61.04% from 154); Max value from RGB is 94 - color contains mainly: blue. Hex color #211B5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211B5E is #DEE4A1. Grayscale: #242424. Windows color (decimal): -14607522 or 6167329. OLE color: 6167329.
HSL color Cylindrical-coordinate representation of color #211B5E: hue angle of 245.37º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #211B5E is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 33 | 27 | 94 | - |
CMYK | 0.65 | 0.71 | 0 | 0.63 |
HSL | 245.37º | 0.55% | 0.24% | - |
HSV(B) | 245.37º | 0.71% | 0.37% | - |
XYZ | 3.04 | 1.92 | 10.8 | - |
YUV | 36.43 | 160.49 | 125.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 33 | 27 | 94 | 0.65 | 0.71 | 0 | 0.63 | 245.37 | 0.55 | 0.24 |
Hex | 21 | 1B | 5E | 41 | 47 | 0 | 3F | F5 | 37 | 18 |
Octal | 41 | 33 | 136 | 101 | 107 | 0 | 77 | 365 | 67 | 30 |
Binary | 100001 | 11011 | 1011110 | 1000001 | 1000111 | 0 | 111111 | 11110101 | 110111 | 11000 |
Color Harmonies of #211B5E
Complementary color
Monochromatic Colors of #211B5E
Black with #211B5E
Text Example
Text Example
White with #211B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211B5E; }
p { color: rgb(33,27,94); }
H1.HeaderClassName
{
color: #211B5E;
}
.AnyTagClassName
{
color: #211B5E;
}
</style>
background-color css
<style>
a { background-color: #211B5E; }
a { background-color: rgb(33,27,94); }
div.DivClassName
{
background-color: #211B5E;
}
.BgClassName
{
background-color: #211B5E;
}
</style>
border-color css
<style>
span { border-color: #211B5E; }
span { border-color: rgb(33,27,94); }
td.TdClassName
{
border-color: #211B5E;
}
.TagClassName
{
border-color: #211B5E;
}
</style>