Shades of Lucky Point #303558
Tints of Lucky Point #303558
RGB
CMYK
RGB Variations
Color information
#303558 (or 0x303558) is known color: Lucky Point. HEX triplet: 30, 35 and 58. RGB value is (48,53,88). Sum of RGB (Red+Green+Blue) = 48+53+88=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 88 (34.77% from 255 or 46.56% from 189); Max value from RGB is 88 - color contains mainly: blue. Hex color #303558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303558 is #CFCAA7. Grayscale: #373737. Windows color (decimal): -13617832 or 5780784. OLE color: 5780784.
HSL color Cylindrical-coordinate representation of color #303558: hue angle of 232.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #303558 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 53 | 88 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.65 |
| HSL | 232.5º | 0.29% | 0.27% | - |
| HSV(B) | 232.5º | 0.45% | 0.35% | - |
| XYZ | 4.25 | 3.88 | 9.76 | - |
| YUV | 55.5 | 146.34 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 53 | 88 | 0.45 | 0.40 | 0 | 0.65 | 232.5 | 0.29 | 0.27 |
| Hex | 30 | 35 | 58 | 2D | 28 | 0 | 41 | E8 | 1D | 1B |
| Octal | 60 | 65 | 130 | 55 | 50 | 0 | 101 | 350 | 35 | 33 |
| Binary | 110000 | 110101 | 1011000 | 101101 | 101000 | 0 | 1000001 | 11101000 | 11101 | 11011 |
Color Harmonies of #303558
Complementary color
Monochromatic Colors of #303558
Black with #303558
Text Example
Text Example
White with #303558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303558; }
p { color: rgb(48,53,88); }
H1.HeaderClassName
{
color: #303558;
}
.AnyTagClassName
{
color: #303558;
}
</style>
background-color css
<style>
a { background-color: #303558; }
a { background-color: rgb(48,53,88); }
div.DivClassName
{
background-color: #303558;
}
.BgClassName
{
background-color: #303558;
}
</style>
border-color css
<style>
span { border-color: #303558; }
span { border-color: rgb(48,53,88); }
td.TdClassName
{
border-color: #303558;
}
.TagClassName
{
border-color: #303558;
}
</style>