Shades of Paua #212255
Tints of Paua #212255
RGB
CMYK
RGB Variations
Color information
#212255 (or 0x212255) is known color: Paua. HEX triplet: 21, 22 and 55. RGB value is (33,34,85). Sum of RGB (Red+Green+Blue) = 33+34+85=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 85 (33.59% from 255 or 55.92% from 152); Max value from RGB is 85 - color contains mainly: blue. Hex color #212255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212255 is #DEDDAA. Grayscale: #272727. Windows color (decimal): -14605739 or 5579297. OLE color: 5579297.
HSL color Cylindrical-coordinate representation of color #212255: hue angle of 238.85º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #212255 is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 34 | 85 | - |
| CMYK | 0.61 | 0.60 | 0 | 0.67 |
| HSL | 238.85º | 0.44% | 0.23% | - |
| HSV(B) | 238.85º | 0.61% | 0.33% | - |
| XYZ | 2.84 | 2.12 | 8.85 | - |
| YUV | 39.52 | 153.67 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 34 | 85 | 0.61 | 0.60 | 0 | 0.67 | 238.85 | 0.44 | 0.23 |
| Hex | 21 | 22 | 55 | 3D | 3C | 0 | 43 | EF | 2C | 17 |
| Octal | 41 | 42 | 125 | 75 | 74 | 0 | 103 | 357 | 54 | 27 |
| Binary | 100001 | 100010 | 1010101 | 111101 | 111100 | 0 | 1000011 | 11101111 | 101100 | 10111 |
Color Harmonies of #212255
Complementary color
Monochromatic Colors of #212255
Black with #212255
Text Example
Text Example
White with #212255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212255; }
p { color: rgb(33,34,85); }
H1.HeaderClassName
{
color: #212255;
}
.AnyTagClassName
{
color: #212255;
}
</style>
background-color css
<style>
a { background-color: #212255; }
a { background-color: rgb(33,34,85); }
div.DivClassName
{
background-color: #212255;
}
.BgClassName
{
background-color: #212255;
}
</style>
border-color css
<style>
span { border-color: #212255; }
span { border-color: rgb(33,34,85); }
td.TdClassName
{
border-color: #212255;
}
.TagClassName
{
border-color: #212255;
}
</style>