Shades of Lucky Point #313652
Tints of Lucky Point #313652
RGB
CMYK
RGB Variations
Color information
#313652 (or 0x313652) is known color: Lucky Point. HEX triplet: 31, 36 and 52. RGB value is (49,54,82). Sum of RGB (Red+Green+Blue) = 49+54+82=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 82 (32.42% from 255 or 44.32% from 185); Max value from RGB is 82 - color contains mainly: blue. Hex color #313652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313652 is #CEC9AD. Grayscale: #373737. Windows color (decimal): -13552046 or 5387825. OLE color: 5387825.
HSL color Cylindrical-coordinate representation of color #313652: hue angle of 230.91º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #313652 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 54 | 82 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.68 |
| HSL | 230.91º | 0.25% | 0.26% | - |
| HSV(B) | 230.91º | 0.4% | 0.32% | - |
| XYZ | 4.11 | 3.9 | 8.52 | - |
| YUV | 55.7 | 142.84 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 54 | 82 | 0.40 | 0.34 | 0 | 0.68 | 230.91 | 0.25 | 0.26 |
| Hex | 31 | 36 | 52 | 28 | 22 | 0 | 44 | E7 | 19 | 1A |
| Octal | 61 | 66 | 122 | 50 | 42 | 0 | 104 | 347 | 31 | 32 |
| Binary | 110001 | 110110 | 1010010 | 101000 | 100010 | 0 | 1000100 | 11100111 | 11001 | 11010 |
Color Harmonies of #313652
Complementary color
Monochromatic Colors of #313652
Black with #313652
Text Example
Text Example
White with #313652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313652; }
p { color: rgb(49,54,82); }
H1.HeaderClassName
{
color: #313652;
}
.AnyTagClassName
{
color: #313652;
}
</style>
background-color css
<style>
a { background-color: #313652; }
a { background-color: rgb(49,54,82); }
div.DivClassName
{
background-color: #313652;
}
.BgClassName
{
background-color: #313652;
}
</style>
border-color css
<style>
span { border-color: #313652; }
span { border-color: rgb(49,54,82); }
td.TdClassName
{
border-color: #313652;
}
.TagClassName
{
border-color: #313652;
}
</style>