Shades of Lucky Point #30324E
Tints of Lucky Point #30324E
RGB
CMYK
RGB Variations
Color information
#30324E (or 0x30324E) is known color: Lucky Point. HEX triplet: 30, 32 and 4E. RGB value is (48,50,78). Sum of RGB (Red+Green+Blue) = 48+50+78=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 78 (30.86% from 255 or 44.32% from 176); Max value from RGB is 78 - color contains mainly: blue. Hex color #30324E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30324E is #CFCDB1. Grayscale: #343434. Windows color (decimal): -13618610 or 5124656. OLE color: 5124656.
HSL color Cylindrical-coordinate representation of color #30324E: hue angle of 236º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #30324E is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 50 | 78 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.69 |
| HSL | 236º | 0.24% | 0.25% | - |
| HSV(B) | 236º | 0.38% | 0.31% | - |
| XYZ | 3.73 | 3.46 | 7.68 | - |
| YUV | 52.59 | 142.34 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 50 | 78 | 0.38 | 0.36 | 0 | 0.69 | 236 | 0.24 | 0.25 |
| Hex | 30 | 32 | 4E | 26 | 24 | 0 | 45 | EC | 18 | 19 |
| Octal | 60 | 62 | 116 | 46 | 44 | 0 | 105 | 354 | 30 | 31 |
| Binary | 110000 | 110010 | 1001110 | 100110 | 100100 | 0 | 1000101 | 11101100 | 11000 | 11001 |
Color Harmonies of #30324E
Complementary color
Monochromatic Colors of #30324E
Black with #30324E
Text Example
Text Example
White with #30324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30324E; }
p { color: rgb(48,50,78); }
H1.HeaderClassName
{
color: #30324E;
}
.AnyTagClassName
{
color: #30324E;
}
</style>
background-color css
<style>
a { background-color: #30324E; }
a { background-color: rgb(48,50,78); }
div.DivClassName
{
background-color: #30324E;
}
.BgClassName
{
background-color: #30324E;
}
</style>
border-color css
<style>
span { border-color: #30324E; }
span { border-color: rgb(48,50,78); }
td.TdClassName
{
border-color: #30324E;
}
.TagClassName
{
border-color: #30324E;
}
</style>