Shades of Lucky Point #303256
Tints of Lucky Point #303256
RGB
CMYK
RGB Variations
Color information
#303256 (or 0x303256) is known color: Lucky Point. HEX triplet: 30, 32 and 56. RGB value is (48,50,86). Sum of RGB (Red+Green+Blue) = 48+50+86=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 86 (33.98% from 255 or 46.74% from 184); Max value from RGB is 86 - color contains mainly: blue. Hex color #303256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303256 is #CFCDA9. Grayscale: #353535. Windows color (decimal): -13618602 or 5648944. OLE color: 5648944.
HSL color Cylindrical-coordinate representation of color #303256: hue angle of 236.84º 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 #303256 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 48 | 50 | 86 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.66 |
| HSL | 236.84º | 0.28% | 0.26% | - |
| HSV(B) | 236.84º | 0.44% | 0.34% | - |
| XYZ | 4.04 | 3.58 | 9.28 | - |
| YUV | 53.51 | 146.34 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 50 | 86 | 0.44 | 0.42 | 0 | 0.66 | 236.84 | 0.28 | 0.26 |
| Hex | 30 | 32 | 56 | 2C | 2A | 0 | 42 | ED | 1C | 1A |
| Octal | 60 | 62 | 126 | 54 | 52 | 0 | 102 | 355 | 34 | 32 |
| Binary | 110000 | 110010 | 1010110 | 101100 | 101010 | 0 | 1000010 | 11101101 | 11100 | 11010 |
Color Harmonies of #303256
Complementary color
Monochromatic Colors of #303256
Black with #303256
Text Example
Text Example
White with #303256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303256; }
p { color: rgb(48,50,86); }
H1.HeaderClassName
{
color: #303256;
}
.AnyTagClassName
{
color: #303256;
}
</style>
background-color css
<style>
a { background-color: #303256; }
a { background-color: rgb(48,50,86); }
div.DivClassName
{
background-color: #303256;
}
.BgClassName
{
background-color: #303256;
}
</style>
border-color css
<style>
span { border-color: #303256; }
span { border-color: rgb(48,50,86); }
td.TdClassName
{
border-color: #303256;
}
.TagClassName
{
border-color: #303256;
}
</style>