Shades of Lucky Point #303551
Tints of Lucky Point #303551
RGB
CMYK
RGB Variations
Color information
#303551 (or 0x303551) is known color: Lucky Point. HEX triplet: 30, 35 and 51. RGB value is (48,53,81). Sum of RGB (Red+Green+Blue) = 48+53+81=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 81 (32.03% from 255 or 44.51% from 182); Max value from RGB is 81 - color contains mainly: blue. Hex color #303551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303551 is #CFCAAE. Grayscale: #363636. Windows color (decimal): -13617839 or 5322032. OLE color: 5322032.
HSL color Cylindrical-coordinate representation of color #303551: hue angle of 230.91º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #303551 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 53 | 81 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.68 |
| HSL | 230.91º | 0.26% | 0.25% | - |
| HSV(B) | 230.91º | 0.41% | 0.32% | - |
| XYZ | 3.98 | 3.77 | 8.3 | - |
| YUV | 54.7 | 142.84 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 53 | 81 | 0.41 | 0.35 | 0 | 0.68 | 230.91 | 0.26 | 0.25 |
| Hex | 30 | 35 | 51 | 29 | 23 | 0 | 44 | E7 | 1A | 19 |
| Octal | 60 | 65 | 121 | 51 | 43 | 0 | 104 | 347 | 32 | 31 |
| Binary | 110000 | 110101 | 1010001 | 101001 | 100011 | 0 | 1000100 | 11100111 | 11010 | 11001 |
Color Harmonies of #303551
Complementary color
Monochromatic Colors of #303551
Black with #303551
Text Example
Text Example
White with #303551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303551; }
p { color: rgb(48,53,81); }
H1.HeaderClassName
{
color: #303551;
}
.AnyTagClassName
{
color: #303551;
}
</style>
background-color css
<style>
a { background-color: #303551; }
a { background-color: rgb(48,53,81); }
div.DivClassName
{
background-color: #303551;
}
.BgClassName
{
background-color: #303551;
}
</style>
border-color css
<style>
span { border-color: #303551; }
span { border-color: rgb(48,53,81); }
td.TdClassName
{
border-color: #303551;
}
.TagClassName
{
border-color: #303551;
}
</style>