Shades of Lucky Point #302F50
Tints of Lucky Point #302F50
RGB
CMYK
RGB Variations
Color information
#302F50 (or 0x302F50) is known color: Lucky Point. HEX triplet: 30, 2F and 50. RGB value is (48,47,80). Sum of RGB (Red+Green+Blue) = 48+47+80=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 80 - color contains mainly: blue. Hex color #302F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302F50 is #CFD0AF. Grayscale: #323232. Windows color (decimal): -13619376 or 5254960. OLE color: 5254960.
HSL color Cylindrical-coordinate representation of color #302F50: hue angle of 241.82º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #302F50 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 47 | 80 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.69 |
| HSL | 241.82º | 0.26% | 0.25% | - |
| HSV(B) | 241.82º | 0.41% | 0.31% | - |
| XYZ | 3.68 | 3.24 | 8.02 | - |
| YUV | 51.06 | 144.33 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 80 | 0.40 | 0.41 | 0 | 0.69 | 241.82 | 0.26 | 0.25 |
| Hex | 30 | 2F | 50 | 28 | 29 | 0 | 45 | F2 | 1A | 19 |
| Octal | 60 | 57 | 120 | 50 | 51 | 0 | 105 | 362 | 32 | 31 |
| Binary | 110000 | 101111 | 1010000 | 101000 | 101001 | 0 | 1000101 | 11110010 | 11010 | 11001 |
Color Harmonies of #302F50
Complementary color
Monochromatic Colors of #302F50
Black with #302F50
Text Example
Text Example
White with #302F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302F50; }
p { color: rgb(48,47,80); }
H1.HeaderClassName
{
color: #302F50;
}
.AnyTagClassName
{
color: #302F50;
}
</style>
background-color css
<style>
a { background-color: #302F50; }
a { background-color: rgb(48,47,80); }
div.DivClassName
{
background-color: #302F50;
}
.BgClassName
{
background-color: #302F50;
}
</style>
border-color css
<style>
span { border-color: #302F50; }
span { border-color: rgb(48,47,80); }
td.TdClassName
{
border-color: #302F50;
}
.TagClassName
{
border-color: #302F50;
}
</style>