Shades of Paua #333054
Tints of Paua #333054
RGB
CMYK
RGB Variations
Color information
#333054 (or 0x333054) is known color: Paua. HEX triplet: 33, 30 and 54. RGB value is (51,48,84). Sum of RGB (Red+Green+Blue) = 51+48+84=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 84 (33.20% from 255 or 45.90% from 183); Max value from RGB is 84 - color contains mainly: blue. Hex color #333054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333054 is #CCCFAB. Grayscale: #343434. Windows color (decimal): -13422508 or 5517363. OLE color: 5517363.
HSL color Cylindrical-coordinate representation of color #333054: hue angle of 245º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #333054 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 48 | 84 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.67 |
| HSL | 245º | 0.27% | 0.26% | - |
| HSV(B) | 245º | 0.43% | 0.33% | - |
| XYZ | 4.02 | 3.46 | 8.84 | - |
| YUV | 53 | 145.49 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 48 | 84 | 0.39 | 0.43 | 0 | 0.67 | 245 | 0.27 | 0.26 |
| Hex | 33 | 30 | 54 | 27 | 2B | 0 | 43 | F5 | 1B | 1A |
| Octal | 63 | 60 | 124 | 47 | 53 | 0 | 103 | 365 | 33 | 32 |
| Binary | 110011 | 110000 | 1010100 | 100111 | 101011 | 0 | 1000011 | 11110101 | 11011 | 11010 |
Color Harmonies of #333054
Complementary color
Monochromatic Colors of #333054
Black with #333054
Text Example
Text Example
White with #333054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333054; }
p { color: rgb(51,48,84); }
H1.HeaderClassName
{
color: #333054;
}
.AnyTagClassName
{
color: #333054;
}
</style>
background-color css
<style>
a { background-color: #333054; }
a { background-color: rgb(51,48,84); }
div.DivClassName
{
background-color: #333054;
}
.BgClassName
{
background-color: #333054;
}
</style>
border-color css
<style>
span { border-color: #333054; }
span { border-color: rgb(51,48,84); }
td.TdClassName
{
border-color: #333054;
}
.TagClassName
{
border-color: #333054;
}
</style>