Shades of Lucky Point #313355
Tints of Lucky Point #313355
RGB
CMYK
RGB Variations
Color information
#313355 (or 0x313355) is known color: Lucky Point. HEX triplet: 31, 33 and 55. RGB value is (49,51,85). Sum of RGB (Red+Green+Blue) = 49+51+85=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 85 (33.59% from 255 or 45.95% from 185); Max value from RGB is 85 - color contains mainly: blue. Hex color #313355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313355 is #CECCAA. Grayscale: #363636. Windows color (decimal): -13552811 or 5583665. OLE color: 5583665.
HSL color Cylindrical-coordinate representation of color #313355: hue angle of 236.67º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #313355 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 51 | 85 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.67 |
| HSL | 236.67º | 0.27% | 0.26% | - |
| HSV(B) | 236.67º | 0.42% | 0.33% | - |
| XYZ | 4.09 | 3.68 | 9.09 | - |
| YUV | 54.28 | 145.34 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 51 | 85 | 0.42 | 0.40 | 0 | 0.67 | 236.67 | 0.27 | 0.26 |
| Hex | 31 | 33 | 55 | 2A | 28 | 0 | 43 | ED | 1B | 1A |
| Octal | 61 | 63 | 125 | 52 | 50 | 0 | 103 | 355 | 33 | 32 |
| Binary | 110001 | 110011 | 1010101 | 101010 | 101000 | 0 | 1000011 | 11101101 | 11011 | 11010 |
Color Harmonies of #313355
Complementary color
Monochromatic Colors of #313355
Black with #313355
Text Example
Text Example
White with #313355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313355; }
p { color: rgb(49,51,85); }
H1.HeaderClassName
{
color: #313355;
}
.AnyTagClassName
{
color: #313355;
}
</style>
background-color css
<style>
a { background-color: #313355; }
a { background-color: rgb(49,51,85); }
div.DivClassName
{
background-color: #313355;
}
.BgClassName
{
background-color: #313355;
}
</style>
border-color css
<style>
span { border-color: #313355; }
span { border-color: rgb(49,51,85); }
td.TdClassName
{
border-color: #313355;
}
.TagClassName
{
border-color: #313355;
}
</style>