Shades of Lucky Point #1E2D5C
Tints of Lucky Point #1E2D5C
RGB
CMYK
RGB Variations
Color information
#1E2D5C (or 0x1E2D5C) is known color: Lucky Point. HEX triplet: 1E, 2D and 5C. RGB value is (30,45,92). Sum of RGB (Red+Green+Blue) = 30+45+92=167 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.96% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 92 (36.33% from 255 or 55.09% from 167); Max value from RGB is 92 - color contains mainly: blue. Hex color #1E2D5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2D5C is #E1D2A3. Grayscale: #2D2D2D. Windows color (decimal): -14799524 or 6040862. OLE color: 6040862.
HSL color Cylindrical-coordinate representation of color #1E2D5C: hue angle of 225.48º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E2D5C is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 45 | 92 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.64 |
| HSL | 225.48º | 0.51% | 0.24% | - |
| HSV(B) | 225.48º | 0.67% | 0.36% | - |
| XYZ | 3.41 | 2.93 | 10.51 | - |
| YUV | 45.87 | 154.03 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 45 | 92 | 0.67 | 0.51 | 0 | 0.64 | 225.48 | 0.51 | 0.24 |
| Hex | 1E | 2D | 5C | 43 | 33 | 0 | 40 | E1 | 33 | 18 |
| Octal | 36 | 55 | 134 | 103 | 63 | 0 | 100 | 341 | 63 | 30 |
| Binary | 11110 | 101101 | 1011100 | 1000011 | 110011 | 0 | 1000000 | 11100001 | 110011 | 11000 |
Color Harmonies of #1E2D5C
Complementary color
Monochromatic Colors of #1E2D5C
Black with #1E2D5C
Text Example
Text Example
White with #1E2D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2D5C; }
p { color: rgb(30,45,92); }
H1.HeaderClassName
{
color: #1E2D5C;
}
.AnyTagClassName
{
color: #1E2D5C;
}
</style>
background-color css
<style>
a { background-color: #1E2D5C; }
a { background-color: rgb(30,45,92); }
div.DivClassName
{
background-color: #1E2D5C;
}
.BgClassName
{
background-color: #1E2D5C;
}
</style>
border-color css
<style>
span { border-color: #1E2D5C; }
span { border-color: rgb(30,45,92); }
td.TdClassName
{
border-color: #1E2D5C;
}
.TagClassName
{
border-color: #1E2D5C;
}
</style>