Shades of Lucky Point #303656
Tints of Lucky Point #303656
RGB
CMYK
RGB Variations
Color information
#303656 (or 0x303656) is known color: Lucky Point. HEX triplet: 30, 36 and 56. RGB value is (48,54,86). Sum of RGB (Red+Green+Blue) = 48+54+86=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 86 (33.98% from 255 or 45.74% from 188); Max value from RGB is 86 - color contains mainly: blue. Hex color #303656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303656 is #CFC9A9. Grayscale: #373737. Windows color (decimal): -13617578 or 5649968. OLE color: 5649968.
HSL color Cylindrical-coordinate representation of color #303656: hue angle of 230.53º 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 #303656 is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 48 | 54 | 86 | - |
| CMYK | 0.44 | 0.37 | 0 | 0.66 |
| HSL | 230.53º | 0.28% | 0.26% | - |
| HSV(B) | 230.53º | 0.44% | 0.34% | - |
| XYZ | 4.22 | 3.94 | 9.34 | - |
| YUV | 55.85 | 145.01 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 54 | 86 | 0.44 | 0.37 | 0 | 0.66 | 230.53 | 0.28 | 0.26 |
| Hex | 30 | 36 | 56 | 2C | 25 | 0 | 42 | E7 | 1C | 1A |
| Octal | 60 | 66 | 126 | 54 | 45 | 0 | 102 | 347 | 34 | 32 |
| Binary | 110000 | 110110 | 1010110 | 101100 | 100101 | 0 | 1000010 | 11100111 | 11100 | 11010 |
Color Harmonies of #303656
Complementary color
Monochromatic Colors of #303656
Black with #303656
Text Example
Text Example
White with #303656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303656; }
p { color: rgb(48,54,86); }
H1.HeaderClassName
{
color: #303656;
}
.AnyTagClassName
{
color: #303656;
}
</style>
background-color css
<style>
a { background-color: #303656; }
a { background-color: rgb(48,54,86); }
div.DivClassName
{
background-color: #303656;
}
.BgClassName
{
background-color: #303656;
}
</style>
border-color css
<style>
span { border-color: #303656; }
span { border-color: rgb(48,54,86); }
td.TdClassName
{
border-color: #303656;
}
.TagClassName
{
border-color: #303656;
}
</style>