Shades of Lucky Point #30314D
Tints of Lucky Point #30314D
RGB
CMYK
RGB Variations
Color information
#30314D (or 0x30314D) is known color: Lucky Point. HEX triplet: 30, 31 and 4D. RGB value is (48,49,77). Sum of RGB (Red+Green+Blue) = 48+49+77=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 77 - color contains mainly: blue. Hex color #30314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30314D is #CFCEB2. Grayscale: #333333. Windows color (decimal): -13618867 or 5058864. OLE color: 5058864.
HSL color Cylindrical-coordinate representation of color #30314D: hue angle of 237.93º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #30314D is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 48 | 49 | 77 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.70 |
| HSL | 237.93º | 0.23% | 0.25% | - |
| HSV(B) | 237.93º | 0.38% | 0.3% | - |
| XYZ | 3.66 | 3.36 | 7.48 | - |
| YUV | 51.89 | 142.17 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 49 | 77 | 0.38 | 0.36 | 0 | 0.70 | 237.93 | 0.23 | 0.25 |
| Hex | 30 | 31 | 4D | 26 | 24 | 0 | 46 | EE | 17 | 19 |
| Octal | 60 | 61 | 115 | 46 | 44 | 0 | 106 | 356 | 27 | 31 |
| Binary | 110000 | 110001 | 1001101 | 100110 | 100100 | 0 | 1000110 | 11101110 | 10111 | 11001 |
Color Harmonies of #30314D
Complementary color
Monochromatic Colors of #30314D
Black with #30314D
Text Example
Text Example
White with #30314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30314D; }
p { color: rgb(48,49,77); }
H1.HeaderClassName
{
color: #30314D;
}
.AnyTagClassName
{
color: #30314D;
}
</style>
background-color css
<style>
a { background-color: #30314D; }
a { background-color: rgb(48,49,77); }
div.DivClassName
{
background-color: #30314D;
}
.BgClassName
{
background-color: #30314D;
}
</style>
border-color css
<style>
span { border-color: #30314D; }
span { border-color: rgb(48,49,77); }
td.TdClassName
{
border-color: #30314D;
}
.TagClassName
{
border-color: #30314D;
}
</style>