Shades of Lucky Point #303349
Tints of Lucky Point #303349
RGB
CMYK
RGB Variations
Color information
#303349 (or 0x303349) is known color: Lucky Point. HEX triplet: 30, 33 and 49. RGB value is (48,51,73). Sum of RGB (Red+Green+Blue) = 48+51+73=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 73 - color contains mainly: blue. Hex color #303349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303349 is #CFCCB6. Grayscale: #343434. Windows color (decimal): -13618359 or 4797232. OLE color: 4797232.
HSL color Cylindrical-coordinate representation of color #303349: hue angle of 232.8º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #303349 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 51 | 73 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.71 |
| HSL | 232.8º | 0.21% | 0.24% | - |
| HSV(B) | 232.8º | 0.34% | 0.29% | - |
| XYZ | 3.61 | 3.48 | 6.78 | - |
| YUV | 52.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 51 | 73 | 0.34 | 0.30 | 0 | 0.71 | 232.8 | 0.21 | 0.24 |
| Hex | 30 | 33 | 49 | 22 | 1E | 0 | 47 | E9 | 15 | 18 |
| Octal | 60 | 63 | 111 | 42 | 36 | 0 | 107 | 351 | 25 | 30 |
| Binary | 110000 | 110011 | 1001001 | 100010 | 11110 | 0 | 1000111 | 11101001 | 10101 | 11000 |
Color Harmonies of #303349
Complementary color
Monochromatic Colors of #303349
Black with #303349
Text Example
Text Example
White with #303349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303349; }
p { color: rgb(48,51,73); }
H1.HeaderClassName
{
color: #303349;
}
.AnyTagClassName
{
color: #303349;
}
</style>
background-color css
<style>
a { background-color: #303349; }
a { background-color: rgb(48,51,73); }
div.DivClassName
{
background-color: #303349;
}
.BgClassName
{
background-color: #303349;
}
</style>
border-color css
<style>
span { border-color: #303349; }
span { border-color: rgb(48,51,73); }
td.TdClassName
{
border-color: #303349;
}
.TagClassName
{
border-color: #303349;
}
</style>