Shades of Lucky Point #303156
Tints of Lucky Point #303156
RGB
CMYK
RGB Variations
Color information
#303156 (or 0x303156) is known color: Lucky Point. HEX triplet: 30, 31 and 56. RGB value is (48,49,86). Sum of RGB (Red+Green+Blue) = 48+49+86=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 86 (33.98% from 255 or 46.99% from 183); Max value from RGB is 86 - color contains mainly: blue. Hex color #303156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303156 is #CFCEA9. Grayscale: #343434. Windows color (decimal): -13618858 or 5648688. OLE color: 5648688.
HSL color Cylindrical-coordinate representation of color #303156: hue angle of 238.42º 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 #303156 is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 48 | 49 | 86 | - |
| CMYK | 0.44 | 0.43 | 0 | 0.66 |
| HSL | 238.42º | 0.28% | 0.26% | - |
| HSV(B) | 238.42º | 0.44% | 0.34% | - |
| XYZ | 4 | 3.5 | 9.27 | - |
| YUV | 52.92 | 146.67 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 49 | 86 | 0.44 | 0.43 | 0 | 0.66 | 238.42 | 0.28 | 0.26 |
| Hex | 30 | 31 | 56 | 2C | 2B | 0 | 42 | EE | 1C | 1A |
| Octal | 60 | 61 | 126 | 54 | 53 | 0 | 102 | 356 | 34 | 32 |
| Binary | 110000 | 110001 | 1010110 | 101100 | 101011 | 0 | 1000010 | 11101110 | 11100 | 11010 |
Color Harmonies of #303156
Complementary color
Monochromatic Colors of #303156
Black with #303156
Text Example
Text Example
White with #303156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303156; }
p { color: rgb(48,49,86); }
H1.HeaderClassName
{
color: #303156;
}
.AnyTagClassName
{
color: #303156;
}
</style>
background-color css
<style>
a { background-color: #303156; }
a { background-color: rgb(48,49,86); }
div.DivClassName
{
background-color: #303156;
}
.BgClassName
{
background-color: #303156;
}
</style>
border-color css
<style>
span { border-color: #303156; }
span { border-color: rgb(48,49,86); }
td.TdClassName
{
border-color: #303156;
}
.TagClassName
{
border-color: #303156;
}
</style>