Shades of Paua #33304E
Tints of Paua #33304E
RGB
CMYK
RGB Variations
Color information
#33304E (or 0x33304E) is known color: Paua. HEX triplet: 33, 30 and 4E. RGB value is (51,48,78). Sum of RGB (Red+Green+Blue) = 51+48+78=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 78 - color contains mainly: blue. Hex color #33304E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33304E is #CCCFB1. Grayscale: #343434. Windows color (decimal): -13422514 or 5124147. OLE color: 5124147.
HSL color Cylindrical-coordinate representation of color #33304E: hue angle of 246º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #33304E is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 48 | 78 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.69 |
| HSL | 246º | 0.24% | 0.25% | - |
| HSV(B) | 246º | 0.38% | 0.31% | - |
| XYZ | 3.8 | 3.37 | 7.66 | - |
| YUV | 52.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 48 | 78 | 0.35 | 0.38 | 0 | 0.69 | 246 | 0.24 | 0.25 |
| Hex | 33 | 30 | 4E | 23 | 26 | 0 | 45 | F6 | 18 | 19 |
| Octal | 63 | 60 | 116 | 43 | 46 | 0 | 105 | 366 | 30 | 31 |
| Binary | 110011 | 110000 | 1001110 | 100011 | 100110 | 0 | 1000101 | 11110110 | 11000 | 11001 |
Color Harmonies of #33304E
Complementary color
Monochromatic Colors of #33304E
Black with #33304E
Text Example
Text Example
White with #33304E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33304E; }
p { color: rgb(51,48,78); }
H1.HeaderClassName
{
color: #33304E;
}
.AnyTagClassName
{
color: #33304E;
}
</style>
background-color css
<style>
a { background-color: #33304E; }
a { background-color: rgb(51,48,78); }
div.DivClassName
{
background-color: #33304E;
}
.BgClassName
{
background-color: #33304E;
}
</style>
border-color css
<style>
span { border-color: #33304E; }
span { border-color: rgb(51,48,78); }
td.TdClassName
{
border-color: #33304E;
}
.TagClassName
{
border-color: #33304E;
}
</style>