Shades of Paua #302D50
Tints of Paua #302D50
RGB
CMYK
RGB Variations
Color information
#302D50 (or 0x302D50) is known color: Paua. HEX triplet: 30, 2D and 50. RGB value is (48,45,80). Sum of RGB (Red+Green+Blue) = 48+45+80=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 45 (17.97% from 255 or 26.01% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 80 - color contains mainly: blue. Hex color #302D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302D50 is #CFD2AF. Grayscale: #313131. Windows color (decimal): -13619888 or 5254448. OLE color: 5254448.
HSL color Cylindrical-coordinate representation of color #302D50: hue angle of 245.14º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #302D50 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 45 | 80 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.69 |
| HSL | 245.14º | 0.28% | 0.25% | - |
| HSV(B) | 245.14º | 0.44% | 0.31% | - |
| XYZ | 3.61 | 3.08 | 7.99 | - |
| YUV | 49.89 | 144.99 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 45 | 80 | 0.40 | 0.44 | 0 | 0.69 | 245.14 | 0.28 | 0.25 |
| Hex | 30 | 2D | 50 | 28 | 2C | 0 | 45 | F5 | 1C | 19 |
| Octal | 60 | 55 | 120 | 50 | 54 | 0 | 105 | 365 | 34 | 31 |
| Binary | 110000 | 101101 | 1010000 | 101000 | 101100 | 0 | 1000101 | 11110101 | 11100 | 11001 |
Color Harmonies of #302D50
Complementary color
Monochromatic Colors of #302D50
Black with #302D50
Text Example
Text Example
White with #302D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302D50; }
p { color: rgb(48,45,80); }
H1.HeaderClassName
{
color: #302D50;
}
.AnyTagClassName
{
color: #302D50;
}
</style>
background-color css
<style>
a { background-color: #302D50; }
a { background-color: rgb(48,45,80); }
div.DivClassName
{
background-color: #302D50;
}
.BgClassName
{
background-color: #302D50;
}
</style>
border-color css
<style>
span { border-color: #302D50; }
span { border-color: rgb(48,45,80); }
td.TdClassName
{
border-color: #302D50;
}
.TagClassName
{
border-color: #302D50;
}
</style>