Shades of Lucky Point #303449
Tints of Lucky Point #303449
RGB
CMYK
RGB Variations
Color information
#303449 (or 0x303449) is known color: Lucky Point. HEX triplet: 30, 34 and 49. RGB value is (48,52,73). Sum of RGB (Red+Green+Blue) = 48+52+73=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 73 (28.91% from 255 or 42.20% from 173); Max value from RGB is 73 - color contains mainly: blue. Hex color #303449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303449 is #CFCBB6. Grayscale: #353535. Windows color (decimal): -13618103 or 4797488. OLE color: 4797488.
HSL color Cylindrical-coordinate representation of color #303449: hue angle of 230.4º 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 #303449 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 52 | 73 | - |
| CMYK | 0.34 | 0.29 | 0 | 0.71 |
| HSL | 230.4º | 0.21% | 0.24% | - |
| HSV(B) | 230.4º | 0.34% | 0.29% | - |
| XYZ | 3.65 | 3.57 | 6.8 | - |
| YUV | 53.2 | 139.17 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 52 | 73 | 0.34 | 0.29 | 0 | 0.71 | 230.4 | 0.21 | 0.24 |
| Hex | 30 | 34 | 49 | 22 | 1D | 0 | 47 | E6 | 15 | 18 |
| Octal | 60 | 64 | 111 | 42 | 35 | 0 | 107 | 346 | 25 | 30 |
| Binary | 110000 | 110100 | 1001001 | 100010 | 11101 | 0 | 1000111 | 11100110 | 10101 | 11000 |
Color Harmonies of #303449
Complementary color
Monochromatic Colors of #303449
Black with #303449
Text Example
Text Example
White with #303449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303449; }
p { color: rgb(48,52,73); }
H1.HeaderClassName
{
color: #303449;
}
.AnyTagClassName
{
color: #303449;
}
</style>
background-color css
<style>
a { background-color: #303449; }
a { background-color: rgb(48,52,73); }
div.DivClassName
{
background-color: #303449;
}
.BgClassName
{
background-color: #303449;
}
</style>
border-color css
<style>
span { border-color: #303449; }
span { border-color: rgb(48,52,73); }
td.TdClassName
{
border-color: #303449;
}
.TagClassName
{
border-color: #303449;
}
</style>