Shades of Lucky Point #2F325A
Tints of Lucky Point #2F325A
RGB
CMYK
RGB Variations
Color information
#2F325A (or 0x2F325A) is known color: Lucky Point. HEX triplet: 2F, 32 and 5A. RGB value is (47,50,90). Sum of RGB (Red+Green+Blue) = 47+50+90=187 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.13% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #2F325A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F325A is #D0CDA5. Grayscale: #353535. Windows color (decimal): -13684134 or 5911087. OLE color: 5911087.
HSL color Cylindrical-coordinate representation of color #2F325A: hue angle of 235.81º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2F325A is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 50 | 90 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.65 |
| HSL | 235.81º | 0.31% | 0.27% | - |
| HSV(B) | 235.81º | 0.48% | 0.35% | - |
| XYZ | 4.16 | 3.62 | 10.15 | - |
| YUV | 53.66 | 148.51 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 50 | 90 | 0.48 | 0.44 | 0 | 0.65 | 235.81 | 0.31 | 0.27 |
| Hex | 2F | 32 | 5A | 30 | 2C | 0 | 41 | EC | 1F | 1B |
| Octal | 57 | 62 | 132 | 60 | 54 | 0 | 101 | 354 | 37 | 33 |
| Binary | 101111 | 110010 | 1011010 | 110000 | 101100 | 0 | 1000001 | 11101100 | 11111 | 11011 |
Color Harmonies of #2F325A
Complementary color
Monochromatic Colors of #2F325A
Black with #2F325A
Text Example
Text Example
White with #2F325A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F325A; }
p { color: rgb(47,50,90); }
H1.HeaderClassName
{
color: #2F325A;
}
.AnyTagClassName
{
color: #2F325A;
}
</style>
background-color css
<style>
a { background-color: #2F325A; }
a { background-color: rgb(47,50,90); }
div.DivClassName
{
background-color: #2F325A;
}
.BgClassName
{
background-color: #2F325A;
}
</style>
border-color css
<style>
span { border-color: #2F325A; }
span { border-color: rgb(47,50,90); }
td.TdClassName
{
border-color: #2F325A;
}
.TagClassName
{
border-color: #2F325A;
}
</style>