Shades of Lucky Point #31324C
Tints of Lucky Point #31324C
RGB
CMYK
RGB Variations
Color information
#31324C (or 0x31324C) is known color: Lucky Point. HEX triplet: 31, 32 and 4C. RGB value is (49,50,76). Sum of RGB (Red+Green+Blue) = 49+50+76=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 76 - color contains mainly: blue. Hex color #31324C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31324C is #CECDB3. Grayscale: #343434. Windows color (decimal): -13553076 or 4993585. OLE color: 4993585.
HSL color Cylindrical-coordinate representation of color #31324C: hue angle of 237.78º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #31324C is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 49 | 50 | 76 | - |
| CMYK | 0.36 | 0.34 | 0 | 0.70 |
| HSL | 237.78º | 0.22% | 0.25% | - |
| HSV(B) | 237.78º | 0.36% | 0.3% | - |
| XYZ | 3.71 | 3.46 | 7.31 | - |
| YUV | 52.67 | 141.17 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 50 | 76 | 0.36 | 0.34 | 0 | 0.70 | 237.78 | 0.22 | 0.25 |
| Hex | 31 | 32 | 4C | 24 | 22 | 0 | 46 | EE | 16 | 19 |
| Octal | 61 | 62 | 114 | 44 | 42 | 0 | 106 | 356 | 26 | 31 |
| Binary | 110001 | 110010 | 1001100 | 100100 | 100010 | 0 | 1000110 | 11101110 | 10110 | 11001 |
Color Harmonies of #31324C
Complementary color
Monochromatic Colors of #31324C
Black with #31324C
Text Example
Text Example
White with #31324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31324C; }
p { color: rgb(49,50,76); }
H1.HeaderClassName
{
color: #31324C;
}
.AnyTagClassName
{
color: #31324C;
}
</style>
background-color css
<style>
a { background-color: #31324C; }
a { background-color: rgb(49,50,76); }
div.DivClassName
{
background-color: #31324C;
}
.BgClassName
{
background-color: #31324C;
}
</style>
border-color css
<style>
span { border-color: #31324C; }
span { border-color: rgb(49,50,76); }
td.TdClassName
{
border-color: #31324C;
}
.TagClassName
{
border-color: #31324C;
}
</style>