Shades of Paua #302F58
Tints of Paua #302F58
RGB
CMYK
RGB Variations
Color information
#302F58 (or 0x302F58) is known color: Paua. HEX triplet: 30, 2F and 58. RGB value is (48,47,88). Sum of RGB (Red+Green+Blue) = 48+47+88=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 88 (34.77% from 255 or 48.09% from 183); Max value from RGB is 88 - color contains mainly: blue. Hex color #302F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302F58 is #CFD0A7. Grayscale: #333333. Windows color (decimal): -13619368 or 5779248. OLE color: 5779248.
HSL color Cylindrical-coordinate representation of color #302F58: hue angle of 241.46º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #302F58 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 47 | 88 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.65 |
| HSL | 241.46º | 0.3% | 0.26% | - |
| HSV(B) | 241.46º | 0.47% | 0.35% | - |
| XYZ | 4 | 3.37 | 9.67 | - |
| YUV | 51.97 | 148.33 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 88 | 0.45 | 0.47 | 0 | 0.65 | 241.46 | 0.3 | 0.26 |
| Hex | 30 | 2F | 58 | 2D | 2F | 0 | 41 | F1 | 1E | 1A |
| Octal | 60 | 57 | 130 | 55 | 57 | 0 | 101 | 361 | 36 | 32 |
| Binary | 110000 | 101111 | 1011000 | 101101 | 101111 | 0 | 1000001 | 11110001 | 11110 | 11010 |
Color Harmonies of #302F58
Complementary color
Monochromatic Colors of #302F58
Black with #302F58
Text Example
Text Example
White with #302F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302F58; }
p { color: rgb(48,47,88); }
H1.HeaderClassName
{
color: #302F58;
}
.AnyTagClassName
{
color: #302F58;
}
</style>
background-color css
<style>
a { background-color: #302F58; }
a { background-color: rgb(48,47,88); }
div.DivClassName
{
background-color: #302F58;
}
.BgClassName
{
background-color: #302F58;
}
</style>
border-color css
<style>
span { border-color: #302F58; }
span { border-color: rgb(48,47,88); }
td.TdClassName
{
border-color: #302F58;
}
.TagClassName
{
border-color: #302F58;
}
</style>