Shades of Lucky Point #333354
Tints of Lucky Point #333354
RGB
CMYK
RGB Variations
Color information
#333354 (or 0x333354) is known color: Lucky Point. HEX triplet: 33, 33 and 54. RGB value is (51,51,84). Sum of RGB (Red+Green+Blue) = 51+51+84=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 84 (33.20% from 255 or 45.16% from 186); Max value from RGB is 84 - color contains mainly: blue. Hex color #333354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333354 is #CCCCAB. Grayscale: #363636. Windows color (decimal): -13421740 or 5518131. OLE color: 5518131.
HSL color Cylindrical-coordinate representation of color #333354: hue angle of 240º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #333354 is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 51 | 84 | - |
| CMYK | 0.39 | 0.39 | 0 | 0.67 |
| HSL | 240º | 0.24% | 0.26% | - |
| HSV(B) | 240º | 0.39% | 0.33% | - |
| XYZ | 4.15 | 3.71 | 8.89 | - |
| YUV | 54.76 | 144.5 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 51 | 84 | 0.39 | 0.39 | 0 | 0.67 | 240 | 0.24 | 0.26 |
| Hex | 33 | 33 | 54 | 27 | 27 | 0 | 43 | F0 | 18 | 1A |
| Octal | 63 | 63 | 124 | 47 | 47 | 0 | 103 | 360 | 30 | 32 |
| Binary | 110011 | 110011 | 1010100 | 100111 | 100111 | 0 | 1000011 | 11110000 | 11000 | 11010 |
Color Harmonies of #333354
Complementary color
Monochromatic Colors of #333354
Black with #333354
Text Example
Text Example
White with #333354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333354; }
p { color: rgb(51,51,84); }
H1.HeaderClassName
{
color: #333354;
}
.AnyTagClassName
{
color: #333354;
}
</style>
background-color css
<style>
a { background-color: #333354; }
a { background-color: rgb(51,51,84); }
div.DivClassName
{
background-color: #333354;
}
.BgClassName
{
background-color: #333354;
}
</style>
border-color css
<style>
span { border-color: #333354; }
span { border-color: rgb(51,51,84); }
td.TdClassName
{
border-color: #333354;
}
.TagClassName
{
border-color: #333354;
}
</style>