Shades of Lucky Point #30354E
Tints of Lucky Point #30354E
RGB
CMYK
RGB Variations
Color information
#30354E (or 0x30354E) is known color: Lucky Point. HEX triplet: 30, 35 and 4E. RGB value is (48,53,78). Sum of RGB (Red+Green+Blue) = 48+53+78=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 78 (30.86% from 255 or 43.58% from 179); Max value from RGB is 78 - color contains mainly: blue. Hex color #30354E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30354E is #CFCAB1. Grayscale: #363636. Windows color (decimal): -13617842 or 5125424. OLE color: 5125424.
HSL color Cylindrical-coordinate representation of color #30354E: hue angle of 230º 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 #30354E is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 53 | 78 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.69 |
| HSL | 230º | 0.24% | 0.25% | - |
| HSV(B) | 230º | 0.38% | 0.31% | - |
| XYZ | 3.87 | 3.72 | 7.72 | - |
| YUV | 54.36 | 141.34 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 53 | 78 | 0.38 | 0.32 | 0 | 0.69 | 230 | 0.24 | 0.25 |
| Hex | 30 | 35 | 4E | 26 | 20 | 0 | 45 | E6 | 18 | 19 |
| Octal | 60 | 65 | 116 | 46 | 40 | 0 | 105 | 346 | 30 | 31 |
| Binary | 110000 | 110101 | 1001110 | 100110 | 100000 | 0 | 1000101 | 11100110 | 11000 | 11001 |
Color Harmonies of #30354E
Complementary color
Monochromatic Colors of #30354E
Black with #30354E
Text Example
Text Example
White with #30354E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30354E; }
p { color: rgb(48,53,78); }
H1.HeaderClassName
{
color: #30354E;
}
.AnyTagClassName
{
color: #30354E;
}
</style>
background-color css
<style>
a { background-color: #30354E; }
a { background-color: rgb(48,53,78); }
div.DivClassName
{
background-color: #30354E;
}
.BgClassName
{
background-color: #30354E;
}
</style>
border-color css
<style>
span { border-color: #30354E; }
span { border-color: rgb(48,53,78); }
td.TdClassName
{
border-color: #30354E;
}
.TagClassName
{
border-color: #30354E;
}
</style>