Shades of Lucky Point #2A2F5D
Tints of Lucky Point #2A2F5D
RGB
CMYK
RGB Variations
Color information
#2A2F5D (or 0x2A2F5D) is known color: Lucky Point. HEX triplet: 2A, 2F and 5D. RGB value is (42,47,93). Sum of RGB (Red+Green+Blue) = 42+47+93=182 (24% of max value = 765). Red value is 42 (16.80% from 255 or 23.08% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #2A2F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2F5D is #D5D0A2. Grayscale: #323232. Windows color (decimal): -14012579 or 6106922. OLE color: 6106922.
HSL color Cylindrical-coordinate representation of color #2A2F5D: hue angle of 234.12º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A2F5D is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 47 | 93 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.64 |
| HSL | 234.12º | 0.38% | 0.26% | - |
| HSV(B) | 234.12º | 0.55% | 0.36% | - |
| XYZ | 3.95 | 3.32 | 10.79 | - |
| YUV | 50.75 | 151.84 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 47 | 93 | 0.55 | 0.49 | 0 | 0.64 | 234.12 | 0.38 | 0.26 |
| Hex | 2A | 2F | 5D | 37 | 31 | 0 | 40 | EA | 26 | 1A |
| Octal | 52 | 57 | 135 | 67 | 61 | 0 | 100 | 352 | 46 | 32 |
| Binary | 101010 | 101111 | 1011101 | 110111 | 110001 | 0 | 1000000 | 11101010 | 100110 | 11010 |
Color Harmonies of #2A2F5D
Complementary color
Monochromatic Colors of #2A2F5D
Black with #2A2F5D
Text Example
Text Example
White with #2A2F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2F5D; }
p { color: rgb(42,47,93); }
H1.HeaderClassName
{
color: #2A2F5D;
}
.AnyTagClassName
{
color: #2A2F5D;
}
</style>
background-color css
<style>
a { background-color: #2A2F5D; }
a { background-color: rgb(42,47,93); }
div.DivClassName
{
background-color: #2A2F5D;
}
.BgClassName
{
background-color: #2A2F5D;
}
</style>
border-color css
<style>
span { border-color: #2A2F5D; }
span { border-color: rgb(42,47,93); }
td.TdClassName
{
border-color: #2A2F5D;
}
.TagClassName
{
border-color: #2A2F5D;
}
</style>