Shades of Lucky Point #313653
Tints of Lucky Point #313653
RGB
CMYK
RGB Variations
Color information
#313653 (or 0x313653) is known color: Lucky Point. HEX triplet: 31, 36 and 53. RGB value is (49,54,83). Sum of RGB (Red+Green+Blue) = 49+54+83=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 83 - color contains mainly: blue. Hex color #313653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313653 is #CEC9AC. Grayscale: #373737. Windows color (decimal): -13552045 or 5453361. OLE color: 5453361.
HSL color Cylindrical-coordinate representation of color #313653: hue angle of 231.18º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #313653 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 54 | 83 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.67 |
| HSL | 231.18º | 0.26% | 0.26% | - |
| HSV(B) | 231.18º | 0.41% | 0.33% | - |
| XYZ | 4.15 | 3.92 | 8.72 | - |
| YUV | 55.81 | 143.34 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 54 | 83 | 0.41 | 0.35 | 0 | 0.67 | 231.18 | 0.26 | 0.26 |
| Hex | 31 | 36 | 53 | 29 | 23 | 0 | 43 | E7 | 1A | 1A |
| Octal | 61 | 66 | 123 | 51 | 43 | 0 | 103 | 347 | 32 | 32 |
| Binary | 110001 | 110110 | 1010011 | 101001 | 100011 | 0 | 1000011 | 11100111 | 11010 | 11010 |
Color Harmonies of #313653
Complementary color
Monochromatic Colors of #313653
Black with #313653
Text Example
Text Example
White with #313653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313653; }
p { color: rgb(49,54,83); }
H1.HeaderClassName
{
color: #313653;
}
.AnyTagClassName
{
color: #313653;
}
</style>
background-color css
<style>
a { background-color: #313653; }
a { background-color: rgb(49,54,83); }
div.DivClassName
{
background-color: #313653;
}
.BgClassName
{
background-color: #313653;
}
</style>
border-color css
<style>
span { border-color: #313653; }
span { border-color: rgb(49,54,83); }
td.TdClassName
{
border-color: #313653;
}
.TagClassName
{
border-color: #313653;
}
</style>