Shades of Paua #33304D
Tints of Paua #33304D
RGB
CMYK
RGB Variations
Color information
#33304D (or 0x33304D) is known color: Paua. HEX triplet: 33, 30 and 4D. RGB value is (51,48,77). Sum of RGB (Red+Green+Blue) = 51+48+77=176 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.98% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 77 - color contains mainly: blue. Hex color #33304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33304D is #CCCFB2. Grayscale: #343434. Windows color (decimal): -13422515 or 5058611. OLE color: 5058611.
HSL color Cylindrical-coordinate representation of color #33304D: hue angle of 246.21º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #33304D is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 48 | 77 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.70 |
| HSL | 246.21º | 0.23% | 0.25% | - |
| HSV(B) | 246.21º | 0.38% | 0.3% | - |
| XYZ | 3.76 | 3.35 | 7.47 | - |
| YUV | 52.2 | 141.99 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 48 | 77 | 0.34 | 0.38 | 0 | 0.70 | 246.21 | 0.23 | 0.25 |
| Hex | 33 | 30 | 4D | 22 | 26 | 0 | 46 | F6 | 17 | 19 |
| Octal | 63 | 60 | 115 | 42 | 46 | 0 | 106 | 366 | 27 | 31 |
| Binary | 110011 | 110000 | 1001101 | 100010 | 100110 | 0 | 1000110 | 11110110 | 10111 | 11001 |
Color Harmonies of #33304D
Complementary color
Monochromatic Colors of #33304D
Black with #33304D
Text Example
Text Example
White with #33304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33304D; }
p { color: rgb(51,48,77); }
H1.HeaderClassName
{
color: #33304D;
}
.AnyTagClassName
{
color: #33304D;
}
</style>
background-color css
<style>
a { background-color: #33304D; }
a { background-color: rgb(51,48,77); }
div.DivClassName
{
background-color: #33304D;
}
.BgClassName
{
background-color: #33304D;
}
</style>
border-color css
<style>
span { border-color: #33304D; }
span { border-color: rgb(51,48,77); }
td.TdClassName
{
border-color: #33304D;
}
.TagClassName
{
border-color: #33304D;
}
</style>