Shades of Lucky Point #31364E
Tints of Lucky Point #31364E
RGB
CMYK
RGB Variations
Color information
#31364E (or 0x31364E) is known color: Lucky Point. HEX triplet: 31, 36 and 4E. RGB value is (49,54,78). Sum of RGB (Red+Green+Blue) = 49+54+78=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 78 - color contains mainly: blue. Hex color #31364E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31364E is #CEC9B1. Grayscale: #373737. Windows color (decimal): -13552050 or 5125681. OLE color: 5125681.
HSL color Cylindrical-coordinate representation of color #31364E: hue angle of 229.66º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #31364E is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 54 | 78 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.69 |
| HSL | 229.66º | 0.23% | 0.25% | - |
| HSV(B) | 229.66º | 0.37% | 0.31% | - |
| XYZ | 3.96 | 3.84 | 7.74 | - |
| YUV | 55.24 | 140.84 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 54 | 78 | 0.37 | 0.31 | 0 | 0.69 | 229.66 | 0.23 | 0.25 |
| Hex | 31 | 36 | 4E | 25 | 1F | 0 | 45 | E6 | 17 | 19 |
| Octal | 61 | 66 | 116 | 45 | 37 | 0 | 105 | 346 | 27 | 31 |
| Binary | 110001 | 110110 | 1001110 | 100101 | 11111 | 0 | 1000101 | 11100110 | 10111 | 11001 |
Color Harmonies of #31364E
Complementary color
Monochromatic Colors of #31364E
Black with #31364E
Text Example
Text Example
White with #31364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31364E; }
p { color: rgb(49,54,78); }
H1.HeaderClassName
{
color: #31364E;
}
.AnyTagClassName
{
color: #31364E;
}
</style>
background-color css
<style>
a { background-color: #31364E; }
a { background-color: rgb(49,54,78); }
div.DivClassName
{
background-color: #31364E;
}
.BgClassName
{
background-color: #31364E;
}
</style>
border-color css
<style>
span { border-color: #31364E; }
span { border-color: rgb(49,54,78); }
td.TdClassName
{
border-color: #31364E;
}
.TagClassName
{
border-color: #31364E;
}
</style>