Shades of Paua #302F54
Tints of Paua #302F54
RGB
CMYK
RGB Variations
Color information
#302F54 (or 0x302F54) is known color: Paua. HEX triplet: 30, 2F and 54. RGB value is (48,47,84). Sum of RGB (Red+Green+Blue) = 48+47+84=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 47 (18.75% from 255 or 26.26% from 179); Blue value is 84 (33.20% from 255 or 46.93% from 179); Max value from RGB is 84 - color contains mainly: blue. Hex color #302F54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302F54 is #CFD0AB. Grayscale: #333333. Windows color (decimal): -13619372 or 5517104. OLE color: 5517104.
HSL color Cylindrical-coordinate representation of color #302F54: hue angle of 241.62º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #302F54 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 47 | 84 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.67 |
| HSL | 241.62º | 0.28% | 0.26% | - |
| HSV(B) | 241.62º | 0.44% | 0.33% | - |
| XYZ | 3.84 | 3.3 | 8.82 | - |
| YUV | 51.52 | 146.33 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 84 | 0.43 | 0.44 | 0 | 0.67 | 241.62 | 0.28 | 0.26 |
| Hex | 30 | 2F | 54 | 2B | 2C | 0 | 43 | F2 | 1C | 1A |
| Octal | 60 | 57 | 124 | 53 | 54 | 0 | 103 | 362 | 34 | 32 |
| Binary | 110000 | 101111 | 1010100 | 101011 | 101100 | 0 | 1000011 | 11110010 | 11100 | 11010 |
Color Harmonies of #302F54
Complementary color
Monochromatic Colors of #302F54
Black with #302F54
Text Example
Text Example
White with #302F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302F54; }
p { color: rgb(48,47,84); }
H1.HeaderClassName
{
color: #302F54;
}
.AnyTagClassName
{
color: #302F54;
}
</style>
background-color css
<style>
a { background-color: #302F54; }
a { background-color: rgb(48,47,84); }
div.DivClassName
{
background-color: #302F54;
}
.BgClassName
{
background-color: #302F54;
}
</style>
border-color css
<style>
span { border-color: #302F54; }
span { border-color: rgb(48,47,84); }
td.TdClassName
{
border-color: #302F54;
}
.TagClassName
{
border-color: #302F54;
}
</style>