Shades of Paua #302E4D
Tints of Paua #302E4D
RGB
CMYK
RGB Variations
Color information
#302E4D (or 0x302E4D) is known color: Paua. HEX triplet: 30, 2E and 4D. RGB value is (48,46,77). Sum of RGB (Red+Green+Blue) = 48+46+77=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 46 (18.36% from 255 or 26.90% from 171); Blue value is 77 (30.47% from 255 or 45.03% from 171); Max value from RGB is 77 - color contains mainly: blue. Hex color #302E4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302E4D is #CFD1B2. Grayscale: #323232. Windows color (decimal): -13619635 or 5058096. OLE color: 5058096.
HSL color Cylindrical-coordinate representation of color #302E4D: hue angle of 243.87º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #302E4D is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 48 | 46 | 77 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.70 |
| HSL | 243.87º | 0.25% | 0.24% | - |
| HSV(B) | 243.87º | 0.4% | 0.3% | - |
| XYZ | 3.54 | 3.12 | 7.44 | - |
| YUV | 50.13 | 143.16 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 46 | 77 | 0.38 | 0.40 | 0 | 0.70 | 243.87 | 0.25 | 0.24 |
| Hex | 30 | 2E | 4D | 26 | 28 | 0 | 46 | F4 | 19 | 18 |
| Octal | 60 | 56 | 115 | 46 | 50 | 0 | 106 | 364 | 31 | 30 |
| Binary | 110000 | 101110 | 1001101 | 100110 | 101000 | 0 | 1000110 | 11110100 | 11001 | 11000 |
Color Harmonies of #302E4D
Complementary color
Monochromatic Colors of #302E4D
Black with #302E4D
Text Example
Text Example
White with #302E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302E4D; }
p { color: rgb(48,46,77); }
H1.HeaderClassName
{
color: #302E4D;
}
.AnyTagClassName
{
color: #302E4D;
}
</style>
background-color css
<style>
a { background-color: #302E4D; }
a { background-color: rgb(48,46,77); }
div.DivClassName
{
background-color: #302E4D;
}
.BgClassName
{
background-color: #302E4D;
}
</style>
border-color css
<style>
span { border-color: #302E4D; }
span { border-color: rgb(48,46,77); }
td.TdClassName
{
border-color: #302E4D;
}
.TagClassName
{
border-color: #302E4D;
}
</style>