Shades of Lucky Point #2D314A
Tints of Lucky Point #2D314A
RGB
CMYK
RGB Variations
Color information
#2D314A (or 0x2D314A) is known color: Lucky Point. HEX triplet: 2D, 31 and 4A. RGB value is (45,49,74). Sum of RGB (Red+Green+Blue) = 45+49+74=168 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.79% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 74 (29.30% from 255 or 44.05% from 168); Max value from RGB is 74 - color contains mainly: blue. Hex color #2D314A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D314A is #D2CEB5. Grayscale: #323232. Windows color (decimal): -13815478 or 4862253. OLE color: 4862253.
HSL color Cylindrical-coordinate representation of color #2D314A: hue angle of 231.72º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2D314A is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 49 | 74 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.71 |
| HSL | 231.72º | 0.24% | 0.23% | - |
| HSV(B) | 231.72º | 0.39% | 0.29% | - |
| XYZ | 3.42 | 3.25 | 6.93 | - |
| YUV | 50.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 49 | 74 | 0.39 | 0.34 | 0 | 0.71 | 231.72 | 0.24 | 0.23 |
| Hex | 2D | 31 | 4A | 27 | 22 | 0 | 47 | E8 | 18 | 17 |
| Octal | 55 | 61 | 112 | 47 | 42 | 0 | 107 | 350 | 30 | 27 |
| Binary | 101101 | 110001 | 1001010 | 100111 | 100010 | 0 | 1000111 | 11101000 | 11000 | 10111 |
Color Harmonies of #2D314A
Complementary color
Monochromatic Colors of #2D314A
Black with #2D314A
Text Example
Text Example
White with #2D314A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D314A; }
p { color: rgb(45,49,74); }
H1.HeaderClassName
{
color: #2D314A;
}
.AnyTagClassName
{
color: #2D314A;
}
</style>
background-color css
<style>
a { background-color: #2D314A; }
a { background-color: rgb(45,49,74); }
div.DivClassName
{
background-color: #2D314A;
}
.BgClassName
{
background-color: #2D314A;
}
</style>
border-color css
<style>
span { border-color: #2D314A; }
span { border-color: rgb(45,49,74); }
td.TdClassName
{
border-color: #2D314A;
}
.TagClassName
{
border-color: #2D314A;
}
</style>