Shades of Paua #302D58
Tints of Paua #302D58
RGB
CMYK
RGB Variations
Color information
#302D58 (or 0x302D58) is known color: Paua. HEX triplet: 30, 2D and 58. RGB value is (48,45,88). Sum of RGB (Red+Green+Blue) = 48+45+88=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 88 (34.77% from 255 or 48.62% from 181); Max value from RGB is 88 - color contains mainly: blue. Hex color #302D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302D58 is #CFD2A7. Grayscale: #323232. Windows color (decimal): -13619880 or 5778736. OLE color: 5778736.
HSL color Cylindrical-coordinate representation of color #302D58: hue angle of 244.19º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #302D58 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 45 | 88 | - |
| CMYK | 0.45 | 0.49 | 0 | 0.65 |
| HSL | 244.19º | 0.32% | 0.26% | - |
| HSV(B) | 244.19º | 0.49% | 0.35% | - |
| XYZ | 3.92 | 3.21 | 9.65 | - |
| YUV | 50.8 | 148.99 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 45 | 88 | 0.45 | 0.49 | 0 | 0.65 | 244.19 | 0.32 | 0.26 |
| Hex | 30 | 2D | 58 | 2D | 31 | 0 | 41 | F4 | 20 | 1A |
| Octal | 60 | 55 | 130 | 55 | 61 | 0 | 101 | 364 | 40 | 32 |
| Binary | 110000 | 101101 | 1011000 | 101101 | 110001 | 0 | 1000001 | 11110100 | 100000 | 11010 |
Color Harmonies of #302D58
Complementary color
Monochromatic Colors of #302D58
Black with #302D58
Text Example
Text Example
White with #302D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302D58; }
p { color: rgb(48,45,88); }
H1.HeaderClassName
{
color: #302D58;
}
.AnyTagClassName
{
color: #302D58;
}
</style>
background-color css
<style>
a { background-color: #302D58; }
a { background-color: rgb(48,45,88); }
div.DivClassName
{
background-color: #302D58;
}
.BgClassName
{
background-color: #302D58;
}
</style>
border-color css
<style>
span { border-color: #302D58; }
span { border-color: rgb(48,45,88); }
td.TdClassName
{
border-color: #302D58;
}
.TagClassName
{
border-color: #302D58;
}
</style>