Shades of Lucky Point #303456
Tints of Lucky Point #303456
RGB
CMYK
RGB Variations
Color information
#303456 (or 0x303456) is known color: Lucky Point. HEX triplet: 30, 34 and 56. RGB value is (48,52,86). Sum of RGB (Red+Green+Blue) = 48+52+86=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 86 (33.98% from 255 or 46.24% from 186); Max value from RGB is 86 - color contains mainly: blue. Hex color #303456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303456 is #CFCBA9. Grayscale: #363636. Windows color (decimal): -13618090 or 5649456. OLE color: 5649456.
HSL color Cylindrical-coordinate representation of color #303456: hue angle of 233.68º 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 #303456 is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 48 | 52 | 86 | - |
| CMYK | 0.44 | 0.40 | 0 | 0.66 |
| HSL | 233.68º | 0.28% | 0.26% | - |
| HSV(B) | 233.68º | 0.44% | 0.34% | - |
| XYZ | 4.13 | 3.76 | 9.31 | - |
| YUV | 54.68 | 145.67 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 52 | 86 | 0.44 | 0.40 | 0 | 0.66 | 233.68 | 0.28 | 0.26 |
| Hex | 30 | 34 | 56 | 2C | 28 | 0 | 42 | EA | 1C | 1A |
| Octal | 60 | 64 | 126 | 54 | 50 | 0 | 102 | 352 | 34 | 32 |
| Binary | 110000 | 110100 | 1010110 | 101100 | 101000 | 0 | 1000010 | 11101010 | 11100 | 11010 |
Color Harmonies of #303456
Complementary color
Monochromatic Colors of #303456
Black with #303456
Text Example
Text Example
White with #303456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303456; }
p { color: rgb(48,52,86); }
H1.HeaderClassName
{
color: #303456;
}
.AnyTagClassName
{
color: #303456;
}
</style>
background-color css
<style>
a { background-color: #303456; }
a { background-color: rgb(48,52,86); }
div.DivClassName
{
background-color: #303456;
}
.BgClassName
{
background-color: #303456;
}
</style>
border-color css
<style>
span { border-color: #303456; }
span { border-color: rgb(48,52,86); }
td.TdClassName
{
border-color: #303456;
}
.TagClassName
{
border-color: #303456;
}
</style>