Shades of Paua #302A55
Tints of Paua #302A55
RGB
CMYK
RGB Variations
Color information
#302A55 (or 0x302A55) is known color: Paua. HEX triplet: 30, 2A and 55. RGB value is (48,42,85). Sum of RGB (Red+Green+Blue) = 48+42+85=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 42 (16.80% from 255 or 24% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #302A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302A55 is #CFD5AA. Grayscale: #303030. Windows color (decimal): -13620651 or 5581360. OLE color: 5581360.
HSL color Cylindrical-coordinate representation of color #302A55: hue angle of 248.37º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #302A55 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 42 | 85 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.67 |
| HSL | 248.37º | 0.34% | 0.25% | - |
| HSV(B) | 248.37º | 0.51% | 0.33% | - |
| XYZ | 3.69 | 2.94 | 8.97 | - |
| YUV | 48.7 | 148.49 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 85 | 0.44 | 0.51 | 0 | 0.67 | 248.37 | 0.34 | 0.25 |
| Hex | 30 | 2A | 55 | 2C | 33 | 0 | 43 | F8 | 22 | 19 |
| Octal | 60 | 52 | 125 | 54 | 63 | 0 | 103 | 370 | 42 | 31 |
| Binary | 110000 | 101010 | 1010101 | 101100 | 110011 | 0 | 1000011 | 11111000 | 100010 | 11001 |
Color Harmonies of #302A55
Complementary color
Monochromatic Colors of #302A55
Black with #302A55
Text Example
Text Example
White with #302A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302A55; }
p { color: rgb(48,42,85); }
H1.HeaderClassName
{
color: #302A55;
}
.AnyTagClassName
{
color: #302A55;
}
</style>
background-color css
<style>
a { background-color: #302A55; }
a { background-color: rgb(48,42,85); }
div.DivClassName
{
background-color: #302A55;
}
.BgClassName
{
background-color: #302A55;
}
</style>
border-color css
<style>
span { border-color: #302A55; }
span { border-color: rgb(48,42,85); }
td.TdClassName
{
border-color: #302A55;
}
.TagClassName
{
border-color: #302A55;
}
</style>