Shades of Paua #333154
Tints of Paua #333154
RGB
CMYK
RGB Variations
Color information
#333154 (or 0x333154) is known color: Paua. HEX triplet: 33, 31 and 54. RGB value is (51,49,84). Sum of RGB (Red+Green+Blue) = 51+49+84=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 84 (33.20% from 255 or 45.65% from 184); Max value from RGB is 84 - color contains mainly: blue. Hex color #333154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333154 is #CCCEAB. Grayscale: #353535. Windows color (decimal): -13422252 or 5517619. OLE color: 5517619.
HSL color Cylindrical-coordinate representation of color #333154: hue angle of 243.43º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #333154 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 49 | 84 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.67 |
| HSL | 243.43º | 0.26% | 0.26% | - |
| HSV(B) | 243.43º | 0.42% | 0.33% | - |
| XYZ | 4.06 | 3.54 | 8.86 | - |
| YUV | 53.59 | 145.16 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 49 | 84 | 0.39 | 0.42 | 0 | 0.67 | 243.43 | 0.26 | 0.26 |
| Hex | 33 | 31 | 54 | 27 | 2A | 0 | 43 | F3 | 1A | 1A |
| Octal | 63 | 61 | 124 | 47 | 52 | 0 | 103 | 363 | 32 | 32 |
| Binary | 110011 | 110001 | 1010100 | 100111 | 101010 | 0 | 1000011 | 11110011 | 11010 | 11010 |
Color Harmonies of #333154
Complementary color
Monochromatic Colors of #333154
Black with #333154
Text Example
Text Example
White with #333154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333154; }
p { color: rgb(51,49,84); }
H1.HeaderClassName
{
color: #333154;
}
.AnyTagClassName
{
color: #333154;
}
</style>
background-color css
<style>
a { background-color: #333154; }
a { background-color: rgb(51,49,84); }
div.DivClassName
{
background-color: #333154;
}
.BgClassName
{
background-color: #333154;
}
</style>
border-color css
<style>
span { border-color: #333154; }
span { border-color: rgb(51,49,84); }
td.TdClassName
{
border-color: #333154;
}
.TagClassName
{
border-color: #333154;
}
</style>