Shades of Lucky Point #33354E
Tints of Lucky Point #33354E
RGB
CMYK
RGB Variations
Color information
#33354E (or 0x33354E) is known color: Lucky Point. HEX triplet: 33, 35 and 4E. RGB value is (51,53,78). Sum of RGB (Red+Green+Blue) = 51+53+78=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 78 (30.86% from 255 or 42.86% from 182); Max value from RGB is 78 - color contains mainly: blue. Hex color #33354E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33354E is #CCCAB1. Grayscale: #373737. Windows color (decimal): -13421234 or 5125427. OLE color: 5125427.
HSL color Cylindrical-coordinate representation of color #33354E: hue angle of 235.56º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #33354E is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 53 | 78 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.69 |
| HSL | 235.56º | 0.21% | 0.25% | - |
| HSV(B) | 235.56º | 0.35% | 0.31% | - |
| XYZ | 4.01 | 3.8 | 7.73 | - |
| YUV | 55.25 | 140.84 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 53 | 78 | 0.35 | 0.32 | 0 | 0.69 | 235.56 | 0.21 | 0.25 |
| Hex | 33 | 35 | 4E | 23 | 20 | 0 | 45 | EC | 15 | 19 |
| Octal | 63 | 65 | 116 | 43 | 40 | 0 | 105 | 354 | 25 | 31 |
| Binary | 110011 | 110101 | 1001110 | 100011 | 100000 | 0 | 1000101 | 11101100 | 10101 | 11001 |
Color Harmonies of #33354E
Complementary color
Monochromatic Colors of #33354E
Black with #33354E
Text Example
Text Example
White with #33354E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33354E; }
p { color: rgb(51,53,78); }
H1.HeaderClassName
{
color: #33354E;
}
.AnyTagClassName
{
color: #33354E;
}
</style>
background-color css
<style>
a { background-color: #33354E; }
a { background-color: rgb(51,53,78); }
div.DivClassName
{
background-color: #33354E;
}
.BgClassName
{
background-color: #33354E;
}
</style>
border-color css
<style>
span { border-color: #33354E; }
span { border-color: rgb(51,53,78); }
td.TdClassName
{
border-color: #33354E;
}
.TagClassName
{
border-color: #33354E;
}
</style>