Shades of Lucky Point #333655
Tints of Lucky Point #333655
RGB
CMYK
RGB Variations
Color information
#333655 (or 0x333655) is known color: Lucky Point. HEX triplet: 33, 36 and 55. RGB value is (51,54,85). Sum of RGB (Red+Green+Blue) = 51+54+85=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 85 (33.59% from 255 or 44.74% from 190); Max value from RGB is 85 - color contains mainly: blue. Hex color #333655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333655 is #CCC9AA. Grayscale: #383838. Windows color (decimal): -13420971 or 5584435. OLE color: 5584435.
HSL color Cylindrical-coordinate representation of color #333655: hue angle of 234.71º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #333655 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 54 | 85 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.67 |
| HSL | 234.71º | 0.25% | 0.27% | - |
| HSV(B) | 234.71º | 0.4% | 0.33% | - |
| XYZ | 4.32 | 4 | 9.14 | - |
| YUV | 56.64 | 144.01 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 54 | 85 | 0.40 | 0.36 | 0 | 0.67 | 234.71 | 0.25 | 0.27 |
| Hex | 33 | 36 | 55 | 28 | 24 | 0 | 43 | EB | 19 | 1B |
| Octal | 63 | 66 | 125 | 50 | 44 | 0 | 103 | 353 | 31 | 33 |
| Binary | 110011 | 110110 | 1010101 | 101000 | 100100 | 0 | 1000011 | 11101011 | 11001 | 11011 |
Color Harmonies of #333655
Complementary color
Monochromatic Colors of #333655
Black with #333655
Text Example
Text Example
White with #333655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333655; }
p { color: rgb(51,54,85); }
H1.HeaderClassName
{
color: #333655;
}
.AnyTagClassName
{
color: #333655;
}
</style>
background-color css
<style>
a { background-color: #333655; }
a { background-color: rgb(51,54,85); }
div.DivClassName
{
background-color: #333655;
}
.BgClassName
{
background-color: #333655;
}
</style>
border-color css
<style>
span { border-color: #333655; }
span { border-color: rgb(51,54,85); }
td.TdClassName
{
border-color: #333655;
}
.TagClassName
{
border-color: #333655;
}
</style>