Shades of Lucky Point #333449
Tints of Lucky Point #333449
RGB
CMYK
RGB Variations
Color information
#333449 (or 0x333449) is known color: Lucky Point. HEX triplet: 33, 34 and 49. RGB value is (51,52,73). Sum of RGB (Red+Green+Blue) = 51+52+73=176 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.98% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 73 - color contains mainly: blue. Hex color #333449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333449 is #CCCBB6. Grayscale: #363636. Windows color (decimal): -13421495 or 4797491. OLE color: 4797491.
HSL color Cylindrical-coordinate representation of color #333449: hue angle of 237.27º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #333449 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 52 | 73 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.71 |
| HSL | 237.27º | 0.18% | 0.24% | - |
| HSV(B) | 237.27º | 0.3% | 0.29% | - |
| XYZ | 3.8 | 3.64 | 6.81 | - |
| YUV | 54.1 | 138.67 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 52 | 73 | 0.30 | 0.29 | 0 | 0.71 | 237.27 | 0.18 | 0.24 |
| Hex | 33 | 34 | 49 | 1E | 1D | 0 | 47 | ED | 12 | 18 |
| Octal | 63 | 64 | 111 | 36 | 35 | 0 | 107 | 355 | 22 | 30 |
| Binary | 110011 | 110100 | 1001001 | 11110 | 11101 | 0 | 1000111 | 11101101 | 10010 | 11000 |
Color Harmonies of #333449
Complementary color
Monochromatic Colors of #333449
Black with #333449
Text Example
Text Example
White with #333449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333449; }
p { color: rgb(51,52,73); }
H1.HeaderClassName
{
color: #333449;
}
.AnyTagClassName
{
color: #333449;
}
</style>
background-color css
<style>
a { background-color: #333449; }
a { background-color: rgb(51,52,73); }
div.DivClassName
{
background-color: #333449;
}
.BgClassName
{
background-color: #333449;
}
</style>
border-color css
<style>
span { border-color: #333449; }
span { border-color: rgb(51,52,73); }
td.TdClassName
{
border-color: #333449;
}
.TagClassName
{
border-color: #333449;
}
</style>