Shades of Lucky Point #303451
Tints of Lucky Point #303451
RGB
CMYK
RGB Variations
Color information
#303451 (or 0x303451) is known color: Lucky Point. HEX triplet: 30, 34 and 51. RGB value is (48,52,81). Sum of RGB (Red+Green+Blue) = 48+52+81=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 81 (32.03% from 255 or 44.75% from 181); Max value from RGB is 81 - color contains mainly: blue. Hex color #303451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303451 is #CFCBAE. Grayscale: #353535. Windows color (decimal): -13618095 or 5321776. OLE color: 5321776.
HSL color Cylindrical-coordinate representation of color #303451: hue angle of 232.73º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #303451 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 52 | 81 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.68 |
| HSL | 232.73º | 0.26% | 0.25% | - |
| HSV(B) | 232.73º | 0.41% | 0.32% | - |
| XYZ | 3.93 | 3.68 | 8.29 | - |
| YUV | 54.11 | 143.17 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 52 | 81 | 0.41 | 0.36 | 0 | 0.68 | 232.73 | 0.26 | 0.25 |
| Hex | 30 | 34 | 51 | 29 | 24 | 0 | 44 | E9 | 1A | 19 |
| Octal | 60 | 64 | 121 | 51 | 44 | 0 | 104 | 351 | 32 | 31 |
| Binary | 110000 | 110100 | 1010001 | 101001 | 100100 | 0 | 1000100 | 11101001 | 11010 | 11001 |
Color Harmonies of #303451
Complementary color
Monochromatic Colors of #303451
Black with #303451
Text Example
Text Example
White with #303451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303451; }
p { color: rgb(48,52,81); }
H1.HeaderClassName
{
color: #303451;
}
.AnyTagClassName
{
color: #303451;
}
</style>
background-color css
<style>
a { background-color: #303451; }
a { background-color: rgb(48,52,81); }
div.DivClassName
{
background-color: #303451;
}
.BgClassName
{
background-color: #303451;
}
</style>
border-color css
<style>
span { border-color: #303451; }
span { border-color: rgb(48,52,81); }
td.TdClassName
{
border-color: #303451;
}
.TagClassName
{
border-color: #303451;
}
</style>