Shades of Lucky Point #30304B
Tints of Lucky Point #30304B
RGB
CMYK
RGB Variations
Color information
#30304B (or 0x30304B) is known color: Lucky Point. HEX triplet: 30, 30 and 4B. RGB value is (48,48,75). Sum of RGB (Red+Green+Blue) = 48+48+75=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 75 - color contains mainly: blue. Hex color #30304B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30304B is #CFCFB4. Grayscale: #323232. Windows color (decimal): -13619125 or 4927536. OLE color: 4927536.
HSL color Cylindrical-coordinate representation of color #30304B: hue angle of 240º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #30304B is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 48 | 75 | - |
| CMYK | 0.36 | 0.36 | 0 | 0.71 |
| HSL | 240º | 0.22% | 0.24% | - |
| HSV(B) | 240º | 0.36% | 0.29% | - |
| XYZ | 3.55 | 3.25 | 7.1 | - |
| YUV | 51.08 | 141.5 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 48 | 75 | 0.36 | 0.36 | 0 | 0.71 | 240 | 0.22 | 0.24 |
| Hex | 30 | 30 | 4B | 24 | 24 | 0 | 47 | F0 | 16 | 18 |
| Octal | 60 | 60 | 113 | 44 | 44 | 0 | 107 | 360 | 26 | 30 |
| Binary | 110000 | 110000 | 1001011 | 100100 | 100100 | 0 | 1000111 | 11110000 | 10110 | 11000 |
Color Harmonies of #30304B
Complementary color
Monochromatic Colors of #30304B
Black with #30304B
Text Example
Text Example
White with #30304B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30304B; }
p { color: rgb(48,48,75); }
H1.HeaderClassName
{
color: #30304B;
}
.AnyTagClassName
{
color: #30304B;
}
</style>
background-color css
<style>
a { background-color: #30304B; }
a { background-color: rgb(48,48,75); }
div.DivClassName
{
background-color: #30304B;
}
.BgClassName
{
background-color: #30304B;
}
</style>
border-color css
<style>
span { border-color: #30304B; }
span { border-color: rgb(48,48,75); }
td.TdClassName
{
border-color: #30304B;
}
.TagClassName
{
border-color: #30304B;
}
</style>