Shades of Paua #302D57
Tints of Paua #302D57
RGB
CMYK
RGB Variations
Color information
#302D57 (or 0x302D57) is known color: Paua. HEX triplet: 30, 2D and 57. RGB value is (48,45,87). Sum of RGB (Red+Green+Blue) = 48+45+87=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 45 (17.97% from 255 or 25% from 180); Blue value is 87 (34.38% from 255 or 48.33% from 180); Max value from RGB is 87 - color contains mainly: blue. Hex color #302D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302D57 is #CFD2A8. Grayscale: #323232. Windows color (decimal): -13619881 or 5713200. OLE color: 5713200.
HSL color Cylindrical-coordinate representation of color #302D57: hue angle of 244.29º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #302D57 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 48 | 45 | 87 | - |
| CMYK | 0.45 | 0.48 | 0 | 0.66 |
| HSL | 244.29º | 0.32% | 0.26% | - |
| HSV(B) | 244.29º | 0.48% | 0.34% | - |
| XYZ | 3.88 | 3.19 | 9.43 | - |
| YUV | 50.69 | 148.49 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 45 | 87 | 0.45 | 0.48 | 0 | 0.66 | 244.29 | 0.32 | 0.26 |
| Hex | 30 | 2D | 57 | 2D | 30 | 0 | 42 | F4 | 20 | 1A |
| Octal | 60 | 55 | 127 | 55 | 60 | 0 | 102 | 364 | 40 | 32 |
| Binary | 110000 | 101101 | 1010111 | 101101 | 110000 | 0 | 1000010 | 11110100 | 100000 | 11010 |
Color Harmonies of #302D57
Complementary color
Monochromatic Colors of #302D57
Black with #302D57
Text Example
Text Example
White with #302D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302D57; }
p { color: rgb(48,45,87); }
H1.HeaderClassName
{
color: #302D57;
}
.AnyTagClassName
{
color: #302D57;
}
</style>
background-color css
<style>
a { background-color: #302D57; }
a { background-color: rgb(48,45,87); }
div.DivClassName
{
background-color: #302D57;
}
.BgClassName
{
background-color: #302D57;
}
</style>
border-color css
<style>
span { border-color: #302D57; }
span { border-color: rgb(48,45,87); }
td.TdClassName
{
border-color: #302D57;
}
.TagClassName
{
border-color: #302D57;
}
</style>