Shades of Paua #33314E
Tints of Paua #33314E
RGB
CMYK
RGB Variations
Color information
#33314E (or 0x33314E) is known color: Paua. HEX triplet: 33, 31 and 4E. RGB value is (51,49,78). Sum of RGB (Red+Green+Blue) = 51+49+78=178 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.65% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 78 (30.86% from 255 or 43.82% from 178); Max value from RGB is 78 - color contains mainly: blue. Hex color #33314E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33314E is #CCCEB1. Grayscale: #343434. Windows color (decimal): -13422258 or 5124403. OLE color: 5124403.
HSL color Cylindrical-coordinate representation of color #33314E: hue angle of 244.14º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #33314E is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 49 | 78 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.69 |
| HSL | 244.14º | 0.23% | 0.25% | - |
| HSV(B) | 244.14º | 0.37% | 0.31% | - |
| XYZ | 3.84 | 3.45 | 7.67 | - |
| YUV | 52.9 | 142.16 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 49 | 78 | 0.35 | 0.37 | 0 | 0.69 | 244.14 | 0.23 | 0.25 |
| Hex | 33 | 31 | 4E | 23 | 25 | 0 | 45 | F4 | 17 | 19 |
| Octal | 63 | 61 | 116 | 43 | 45 | 0 | 105 | 364 | 27 | 31 |
| Binary | 110011 | 110001 | 1001110 | 100011 | 100101 | 0 | 1000101 | 11110100 | 10111 | 11001 |
Color Harmonies of #33314E
Complementary color
Monochromatic Colors of #33314E
Black with #33314E
Text Example
Text Example
White with #33314E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33314E; }
p { color: rgb(51,49,78); }
H1.HeaderClassName
{
color: #33314E;
}
.AnyTagClassName
{
color: #33314E;
}
</style>
background-color css
<style>
a { background-color: #33314E; }
a { background-color: rgb(51,49,78); }
div.DivClassName
{
background-color: #33314E;
}
.BgClassName
{
background-color: #33314E;
}
</style>
border-color css
<style>
span { border-color: #33314E; }
span { border-color: rgb(51,49,78); }
td.TdClassName
{
border-color: #33314E;
}
.TagClassName
{
border-color: #33314E;
}
</style>