Shades of Lucky Point #303154
Tints of Lucky Point #303154
RGB
CMYK
RGB Variations
Color information
#303154 (or 0x303154) is known color: Lucky Point. HEX triplet: 30, 31 and 54. RGB value is (48,49,84). Sum of RGB (Red+Green+Blue) = 48+49+84=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 84 (33.20% from 255 or 46.41% from 181); Max value from RGB is 84 - color contains mainly: blue. Hex color #303154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303154 is #CFCEAB. Grayscale: #343434. Windows color (decimal): -13618860 or 5517616. OLE color: 5517616.
HSL color Cylindrical-coordinate representation of color #303154: hue angle of 238.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #303154 is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 49 | 84 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.67 |
| HSL | 238.33º | 0.27% | 0.26% | - |
| HSV(B) | 238.33º | 0.43% | 0.33% | - |
| XYZ | 3.92 | 3.47 | 8.85 | - |
| YUV | 52.69 | 145.67 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 49 | 84 | 0.43 | 0.42 | 0 | 0.67 | 238.33 | 0.27 | 0.26 |
| Hex | 30 | 31 | 54 | 2B | 2A | 0 | 43 | EE | 1B | 1A |
| Octal | 60 | 61 | 124 | 53 | 52 | 0 | 103 | 356 | 33 | 32 |
| Binary | 110000 | 110001 | 1010100 | 101011 | 101010 | 0 | 1000011 | 11101110 | 11011 | 11010 |
Color Harmonies of #303154
Complementary color
Monochromatic Colors of #303154
Black with #303154
Text Example
Text Example
White with #303154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303154; }
p { color: rgb(48,49,84); }
H1.HeaderClassName
{
color: #303154;
}
.AnyTagClassName
{
color: #303154;
}
</style>
background-color css
<style>
a { background-color: #303154; }
a { background-color: rgb(48,49,84); }
div.DivClassName
{
background-color: #303154;
}
.BgClassName
{
background-color: #303154;
}
</style>
border-color css
<style>
span { border-color: #303154; }
span { border-color: rgb(48,49,84); }
td.TdClassName
{
border-color: #303154;
}
.TagClassName
{
border-color: #303154;
}
</style>