Shades of Lucky Point #30344C
Tints of Lucky Point #30344C
RGB
CMYK
RGB Variations
Color information
#30344C (or 0x30344C) is known color: Lucky Point. HEX triplet: 30, 34 and 4C. RGB value is (48,52,76). Sum of RGB (Red+Green+Blue) = 48+52+76=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 76 (30.08% from 255 or 43.18% from 176); Max value from RGB is 76 - color contains mainly: blue. Hex color #30344C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30344C is #CFCBB3. Grayscale: #353535. Windows color (decimal): -13618100 or 4994096. OLE color: 4994096.
HSL color Cylindrical-coordinate representation of color #30344C: hue angle of 231.43º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #30344C is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 48 | 52 | 76 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.70 |
| HSL | 231.43º | 0.23% | 0.24% | - |
| HSV(B) | 231.43º | 0.37% | 0.3% | - |
| XYZ | 3.75 | 3.61 | 7.34 | - |
| YUV | 53.54 | 140.67 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 52 | 76 | 0.37 | 0.32 | 0 | 0.70 | 231.43 | 0.23 | 0.24 |
| Hex | 30 | 34 | 4C | 25 | 20 | 0 | 46 | E7 | 17 | 18 |
| Octal | 60 | 64 | 114 | 45 | 40 | 0 | 106 | 347 | 27 | 30 |
| Binary | 110000 | 110100 | 1001100 | 100101 | 100000 | 0 | 1000110 | 11100111 | 10111 | 11000 |
Color Harmonies of #30344C
Complementary color
Monochromatic Colors of #30344C
Black with #30344C
Text Example
Text Example
White with #30344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30344C; }
p { color: rgb(48,52,76); }
H1.HeaderClassName
{
color: #30344C;
}
.AnyTagClassName
{
color: #30344C;
}
</style>
background-color css
<style>
a { background-color: #30344C; }
a { background-color: rgb(48,52,76); }
div.DivClassName
{
background-color: #30344C;
}
.BgClassName
{
background-color: #30344C;
}
</style>
border-color css
<style>
span { border-color: #30344C; }
span { border-color: rgb(48,52,76); }
td.TdClassName
{
border-color: #30344C;
}
.TagClassName
{
border-color: #30344C;
}
</style>