Shades of Lucky Point #333253
Tints of Lucky Point #333253
RGB
CMYK
RGB Variations
Color information
#333253 (or 0x333253) is known color: Lucky Point. HEX triplet: 33, 32 and 53. RGB value is (51,50,83). Sum of RGB (Red+Green+Blue) = 51+50+83=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 83 - color contains mainly: blue. Hex color #333253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333253 is #CCCDAC. Grayscale: #353535. Windows color (decimal): -13421997 or 5452339. OLE color: 5452339.
HSL color Cylindrical-coordinate representation of color #333253: hue angle of 241.82º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #333253 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 50 | 83 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.67 |
| HSL | 241.82º | 0.25% | 0.26% | - |
| HSV(B) | 241.82º | 0.4% | 0.33% | - |
| XYZ | 4.07 | 3.61 | 8.67 | - |
| YUV | 54.06 | 144.33 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 83 | 0.39 | 0.40 | 0 | 0.67 | 241.82 | 0.25 | 0.26 |
| Hex | 33 | 32 | 53 | 27 | 28 | 0 | 43 | F2 | 19 | 1A |
| Octal | 63 | 62 | 123 | 47 | 50 | 0 | 103 | 362 | 31 | 32 |
| Binary | 110011 | 110010 | 1010011 | 100111 | 101000 | 0 | 1000011 | 11110010 | 11001 | 11010 |
Color Harmonies of #333253
Complementary color
Monochromatic Colors of #333253
Black with #333253
Text Example
Text Example
White with #333253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333253; }
p { color: rgb(51,50,83); }
H1.HeaderClassName
{
color: #333253;
}
.AnyTagClassName
{
color: #333253;
}
</style>
background-color css
<style>
a { background-color: #333253; }
a { background-color: rgb(51,50,83); }
div.DivClassName
{
background-color: #333253;
}
.BgClassName
{
background-color: #333253;
}
</style>
border-color css
<style>
span { border-color: #333253; }
span { border-color: rgb(51,50,83); }
td.TdClassName
{
border-color: #333253;
}
.TagClassName
{
border-color: #333253;
}
</style>