Shades of Lucky Point #2A2F4C
Tints of Lucky Point #2A2F4C
RGB
CMYK
RGB Variations
Color information
#2A2F4C (or 0x2A2F4C) is known color: Lucky Point. HEX triplet: 2A, 2F and 4C. RGB value is (42,47,76). Sum of RGB (Red+Green+Blue) = 42+47+76=165 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.45% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 76 (30.08% from 255 or 46.06% from 165); Max value from RGB is 76 - color contains mainly: blue. Hex color #2A2F4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2F4C is #D5D0B3. Grayscale: #303030. Windows color (decimal): -14012596 or 4992810. OLE color: 4992810.
HSL color Cylindrical-coordinate representation of color #2A2F4C: hue angle of 231.18º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2A2F4C is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 42 | 47 | 76 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.70 |
| HSL | 231.18º | 0.29% | 0.23% | - |
| HSV(B) | 231.18º | 0.45% | 0.3% | - |
| XYZ | 3.28 | 3.05 | 7.25 | - |
| YUV | 48.81 | 143.34 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 47 | 76 | 0.45 | 0.38 | 0 | 0.70 | 231.18 | 0.29 | 0.23 |
| Hex | 2A | 2F | 4C | 2D | 26 | 0 | 46 | E7 | 1D | 17 |
| Octal | 52 | 57 | 114 | 55 | 46 | 0 | 106 | 347 | 35 | 27 |
| Binary | 101010 | 101111 | 1001100 | 101101 | 100110 | 0 | 1000110 | 11100111 | 11101 | 10111 |
Color Harmonies of #2A2F4C
Complementary color
Monochromatic Colors of #2A2F4C
Black with #2A2F4C
Text Example
Text Example
White with #2A2F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2F4C; }
p { color: rgb(42,47,76); }
H1.HeaderClassName
{
color: #2A2F4C;
}
.AnyTagClassName
{
color: #2A2F4C;
}
</style>
background-color css
<style>
a { background-color: #2A2F4C; }
a { background-color: rgb(42,47,76); }
div.DivClassName
{
background-color: #2A2F4C;
}
.BgClassName
{
background-color: #2A2F4C;
}
</style>
border-color css
<style>
span { border-color: #2A2F4C; }
span { border-color: rgb(42,47,76); }
td.TdClassName
{
border-color: #2A2F4C;
}
.TagClassName
{
border-color: #2A2F4C;
}
</style>