Shades of Lucky Point #303556
Tints of Lucky Point #303556
RGB
CMYK
RGB Variations
Color information
#303556 (or 0x303556) is known color: Lucky Point. HEX triplet: 30, 35 and 56. RGB value is (48,53,86). Sum of RGB (Red+Green+Blue) = 48+53+86=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 86 (33.98% from 255 or 45.99% from 187); Max value from RGB is 86 - color contains mainly: blue. Hex color #303556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303556 is #CFCAA9. Grayscale: #373737. Windows color (decimal): -13617834 or 5649712. OLE color: 5649712.
HSL color Cylindrical-coordinate representation of color #303556: hue angle of 232.11º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #303556 is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 48 | 53 | 86 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.66 |
| HSL | 232.11º | 0.28% | 0.26% | - |
| HSV(B) | 232.11º | 0.44% | 0.34% | - |
| XYZ | 4.17 | 3.85 | 9.33 | - |
| YUV | 55.27 | 145.34 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 53 | 86 | 0.44 | 0.38 | 0 | 0.66 | 232.11 | 0.28 | 0.26 |
| Hex | 30 | 35 | 56 | 2C | 26 | 0 | 42 | E8 | 1C | 1A |
| Octal | 60 | 65 | 126 | 54 | 46 | 0 | 102 | 350 | 34 | 32 |
| Binary | 110000 | 110101 | 1010110 | 101100 | 100110 | 0 | 1000010 | 11101000 | 11100 | 11010 |
Color Harmonies of #303556
Complementary color
Monochromatic Colors of #303556
Black with #303556
Text Example
Text Example
White with #303556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303556; }
p { color: rgb(48,53,86); }
H1.HeaderClassName
{
color: #303556;
}
.AnyTagClassName
{
color: #303556;
}
</style>
background-color css
<style>
a { background-color: #303556; }
a { background-color: rgb(48,53,86); }
div.DivClassName
{
background-color: #303556;
}
.BgClassName
{
background-color: #303556;
}
</style>
border-color css
<style>
span { border-color: #303556; }
span { border-color: rgb(48,53,86); }
td.TdClassName
{
border-color: #303556;
}
.TagClassName
{
border-color: #303556;
}
</style>