Shades of Lucky Point #303250
Tints of Lucky Point #303250
RGB
CMYK
RGB Variations
Color information
#303250 (or 0x303250) is known color: Lucky Point. HEX triplet: 30, 32 and 50. RGB value is (48,50,80). Sum of RGB (Red+Green+Blue) = 48+50+80=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 80 - color contains mainly: blue. Hex color #303250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303250 is #CFCDAF. Grayscale: #343434. Windows color (decimal): -13618608 or 5255728. OLE color: 5255728.
HSL color Cylindrical-coordinate representation of color #303250: hue angle of 236.25º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #303250 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 50 | 80 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.69 |
| HSL | 236.25º | 0.25% | 0.25% | - |
| HSV(B) | 236.25º | 0.4% | 0.31% | - |
| XYZ | 3.81 | 3.49 | 8.06 | - |
| YUV | 52.82 | 143.34 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 50 | 80 | 0.40 | 0.37 | 0 | 0.69 | 236.25 | 0.25 | 0.25 |
| Hex | 30 | 32 | 50 | 28 | 25 | 0 | 45 | EC | 19 | 19 |
| Octal | 60 | 62 | 120 | 50 | 45 | 0 | 105 | 354 | 31 | 31 |
| Binary | 110000 | 110010 | 1010000 | 101000 | 100101 | 0 | 1000101 | 11101100 | 11001 | 11001 |
Color Harmonies of #303250
Complementary color
Monochromatic Colors of #303250
Black with #303250
Text Example
Text Example
White with #303250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303250; }
p { color: rgb(48,50,80); }
H1.HeaderClassName
{
color: #303250;
}
.AnyTagClassName
{
color: #303250;
}
</style>
background-color css
<style>
a { background-color: #303250; }
a { background-color: rgb(48,50,80); }
div.DivClassName
{
background-color: #303250;
}
.BgClassName
{
background-color: #303250;
}
</style>
border-color css
<style>
span { border-color: #303250; }
span { border-color: rgb(48,50,80); }
td.TdClassName
{
border-color: #303250;
}
.TagClassName
{
border-color: #303250;
}
</style>