Shades of Lucky Point #2C314F
Tints of Lucky Point #2C314F
RGB
CMYK
RGB Variations
Color information
#2C314F (or 0x2C314F) is known color: Lucky Point. HEX triplet: 2C, 31 and 4F. RGB value is (44,49,79). Sum of RGB (Red+Green+Blue) = 44+49+79=172 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.58% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 79 (31.25% from 255 or 45.93% from 172); Max value from RGB is 79 - color contains mainly: blue. Hex color #2C314F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C314F is #D3CEB0. Grayscale: #323232. Windows color (decimal): -13881009 or 5189932. OLE color: 5189932.
HSL color Cylindrical-coordinate representation of color #2C314F: hue angle of 231.43º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2C314F is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 44 | 49 | 79 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.69 |
| HSL | 231.43º | 0.28% | 0.24% | - |
| HSV(B) | 231.43º | 0.44% | 0.31% | - |
| XYZ | 3.55 | 3.3 | 7.85 | - |
| YUV | 50.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 49 | 79 | 0.44 | 0.38 | 0 | 0.69 | 231.43 | 0.28 | 0.24 |
| Hex | 2C | 31 | 4F | 2C | 26 | 0 | 45 | E7 | 1C | 18 |
| Octal | 54 | 61 | 117 | 54 | 46 | 0 | 105 | 347 | 34 | 30 |
| Binary | 101100 | 110001 | 1001111 | 101100 | 100110 | 0 | 1000101 | 11100111 | 11100 | 11000 |
Color Harmonies of #2C314F
Complementary color
Monochromatic Colors of #2C314F
Black with #2C314F
Text Example
Text Example
White with #2C314F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C314F; }
p { color: rgb(44,49,79); }
H1.HeaderClassName
{
color: #2C314F;
}
.AnyTagClassName
{
color: #2C314F;
}
</style>
background-color css
<style>
a { background-color: #2C314F; }
a { background-color: rgb(44,49,79); }
div.DivClassName
{
background-color: #2C314F;
}
.BgClassName
{
background-color: #2C314F;
}
</style>
border-color css
<style>
span { border-color: #2C314F; }
span { border-color: rgb(44,49,79); }
td.TdClassName
{
border-color: #2C314F;
}
.TagClassName
{
border-color: #2C314F;
}
</style>