Shades of Lucky Point #303554
Tints of Lucky Point #303554
RGB
CMYK
RGB Variations
Color information
#303554 (or 0x303554) is known color: Lucky Point. HEX triplet: 30, 35 and 54. RGB value is (48,53,84). Sum of RGB (Red+Green+Blue) = 48+53+84=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 84 (33.20% from 255 or 45.41% from 185); Max value from RGB is 84 - color contains mainly: blue. Hex color #303554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303554 is #CFCAAB. Grayscale: #363636. Windows color (decimal): -13617836 or 5518640. OLE color: 5518640.
HSL color Cylindrical-coordinate representation of color #303554: hue angle of 231.67º 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 #303554 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 53 | 84 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.67 |
| HSL | 231.67º | 0.27% | 0.26% | - |
| HSV(B) | 231.67º | 0.43% | 0.33% | - |
| XYZ | 4.09 | 3.81 | 8.91 | - |
| YUV | 55.04 | 144.34 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 53 | 84 | 0.43 | 0.37 | 0 | 0.67 | 231.67 | 0.27 | 0.26 |
| Hex | 30 | 35 | 54 | 2B | 25 | 0 | 43 | E8 | 1B | 1A |
| Octal | 60 | 65 | 124 | 53 | 45 | 0 | 103 | 350 | 33 | 32 |
| Binary | 110000 | 110101 | 1010100 | 101011 | 100101 | 0 | 1000011 | 11101000 | 11011 | 11010 |
Color Harmonies of #303554
Complementary color
Monochromatic Colors of #303554
Black with #303554
Text Example
Text Example
White with #303554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303554; }
p { color: rgb(48,53,84); }
H1.HeaderClassName
{
color: #303554;
}
.AnyTagClassName
{
color: #303554;
}
</style>
background-color css
<style>
a { background-color: #303554; }
a { background-color: rgb(48,53,84); }
div.DivClassName
{
background-color: #303554;
}
.BgClassName
{
background-color: #303554;
}
</style>
border-color css
<style>
span { border-color: #303554; }
span { border-color: rgb(48,53,84); }
td.TdClassName
{
border-color: #303554;
}
.TagClassName
{
border-color: #303554;
}
</style>