Shades of Paua #21235E
Tints of Paua #21235E
RGB
CMYK
RGB Variations
Color information
#21235E (or 0x21235E) is known color: Paua. HEX triplet: 21, 23 and 5E. RGB value is (33,35,94). Sum of RGB (Red+Green+Blue) = 33+35+94=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 94 (37.11% from 255 or 58.02% from 162); Max value from RGB is 94 - color contains mainly: blue. Hex color #21235E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21235E is #DEDCA1. Grayscale: #282828. Windows color (decimal): -14605474 or 6169377. OLE color: 6169377.
HSL color Cylindrical-coordinate representation of color #21235E: hue angle of 238.03º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21235E is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 35 | 94 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.63 |
| HSL | 238.03º | 0.48% | 0.25% | - |
| HSV(B) | 238.03º | 0.65% | 0.37% | - |
| XYZ | 3.25 | 2.33 | 10.87 | - |
| YUV | 41.13 | 157.84 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 35 | 94 | 0.65 | 0.63 | 0 | 0.63 | 238.03 | 0.48 | 0.25 |
| Hex | 21 | 23 | 5E | 41 | 3F | 0 | 3F | EE | 30 | 19 |
| Octal | 41 | 43 | 136 | 101 | 77 | 0 | 77 | 356 | 60 | 31 |
| Binary | 100001 | 100011 | 1011110 | 1000001 | 111111 | 0 | 111111 | 11101110 | 110000 | 11001 |
Color Harmonies of #21235E
Complementary color
Monochromatic Colors of #21235E
Black with #21235E
Text Example
Text Example
White with #21235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21235E; }
p { color: rgb(33,35,94); }
H1.HeaderClassName
{
color: #21235E;
}
.AnyTagClassName
{
color: #21235E;
}
</style>
background-color css
<style>
a { background-color: #21235E; }
a { background-color: rgb(33,35,94); }
div.DivClassName
{
background-color: #21235E;
}
.BgClassName
{
background-color: #21235E;
}
</style>
border-color css
<style>
span { border-color: #21235E; }
span { border-color: rgb(33,35,94); }
td.TdClassName
{
border-color: #21235E;
}
.TagClassName
{
border-color: #21235E;
}
</style>