Shades of Paua #312E4E
Tints of Paua #312E4E
RGB
CMYK
RGB Variations
Color information
#312E4E (or 0x312E4E) is known color: Paua. HEX triplet: 31, 2E and 4E. RGB value is (49,46,78). Sum of RGB (Red+Green+Blue) = 49+46+78=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 78 (30.86% from 255 or 45.09% from 173); Max value from RGB is 78 - color contains mainly: blue. Hex color #312E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312E4E is #CED1B1. Grayscale: #323232. Windows color (decimal): -13554098 or 5123633. OLE color: 5123633.
HSL color Cylindrical-coordinate representation of color #312E4E: hue angle of 245.62º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #312E4E is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 46 | 78 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.69 |
| HSL | 245.63º | 0.26% | 0.24% | - |
| HSV(B) | 245.63º | 0.41% | 0.31% | - |
| XYZ | 3.62 | 3.16 | 7.63 | - |
| YUV | 50.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 78 | 0.37 | 0.41 | 0 | 0.69 | 245.63 | 0.26 | 0.24 |
| Hex | 31 | 2E | 4E | 25 | 29 | 0 | 45 | F6 | 1A | 18 |
| Octal | 61 | 56 | 116 | 45 | 51 | 0 | 105 | 366 | 32 | 30 |
| Binary | 110001 | 101110 | 1001110 | 100101 | 101001 | 0 | 1000101 | 11110110 | 11010 | 11000 |
Color Harmonies of #312E4E
Complementary color
Monochromatic Colors of #312E4E
Black with #312E4E
Text Example
Text Example
White with #312E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312E4E; }
p { color: rgb(49,46,78); }
H1.HeaderClassName
{
color: #312E4E;
}
.AnyTagClassName
{
color: #312E4E;
}
</style>
background-color css
<style>
a { background-color: #312E4E; }
a { background-color: rgb(49,46,78); }
div.DivClassName
{
background-color: #312E4E;
}
.BgClassName
{
background-color: #312E4E;
}
</style>
border-color css
<style>
span { border-color: #312E4E; }
span { border-color: rgb(49,46,78); }
td.TdClassName
{
border-color: #312E4E;
}
.TagClassName
{
border-color: #312E4E;
}
</style>