Shades of Lucky Point #333754
Tints of Lucky Point #333754
RGB
CMYK
RGB Variations
Color information
#333754 (or 0x333754) is known color: Lucky Point. HEX triplet: 33, 37 and 54. RGB value is (51,55,84). Sum of RGB (Red+Green+Blue) = 51+55+84=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 84 - color contains mainly: blue. Hex color #333754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333754 is #CCC8AB. Grayscale: #383838. Windows color (decimal): -13420716 or 5519155. OLE color: 5519155.
HSL color Cylindrical-coordinate representation of color #333754: hue angle of 232.73º 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 #333754 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 55 | 84 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.67 |
| HSL | 232.73º | 0.24% | 0.26% | - |
| HSV(B) | 232.73º | 0.39% | 0.33% | - |
| XYZ | 4.33 | 4.08 | 8.95 | - |
| YUV | 57.11 | 143.17 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 55 | 84 | 0.39 | 0.35 | 0 | 0.67 | 232.73 | 0.24 | 0.26 |
| Hex | 33 | 37 | 54 | 27 | 23 | 0 | 43 | E9 | 18 | 1A |
| Octal | 63 | 67 | 124 | 47 | 43 | 0 | 103 | 351 | 30 | 32 |
| Binary | 110011 | 110111 | 1010100 | 100111 | 100011 | 0 | 1000011 | 11101001 | 11000 | 11010 |
Color Harmonies of #333754
Complementary color
Monochromatic Colors of #333754
Black with #333754
Text Example
Text Example
White with #333754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333754; }
p { color: rgb(51,55,84); }
H1.HeaderClassName
{
color: #333754;
}
.AnyTagClassName
{
color: #333754;
}
</style>
background-color css
<style>
a { background-color: #333754; }
a { background-color: rgb(51,55,84); }
div.DivClassName
{
background-color: #333754;
}
.BgClassName
{
background-color: #333754;
}
</style>
border-color css
<style>
span { border-color: #333754; }
span { border-color: rgb(51,55,84); }
td.TdClassName
{
border-color: #333754;
}
.TagClassName
{
border-color: #333754;
}
</style>