Shades of Lucky Point #25295E
Tints of Lucky Point #25295E
RGB
CMYK
RGB Variations
Color information
#25295E (or 0x25295E) is known color: Lucky Point. HEX triplet: 25, 29 and 5E. RGB value is (37,41,94). Sum of RGB (Red+Green+Blue) = 37+41+94=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 94 (37.11% from 255 or 54.65% from 172); Max value from RGB is 94 - color contains mainly: blue. Hex color #25295E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25295E is #DAD6A1. Grayscale: #2D2D2D. Windows color (decimal): -14341794 or 6170917. OLE color: 6170917.
HSL color Cylindrical-coordinate representation of color #25295E: hue angle of 235.79º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #25295E is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 37 | 41 | 94 | - |
| CMYK | 0.61 | 0.56 | 0 | 0.63 |
| HSL | 235.79º | 0.44% | 0.26% | - |
| HSV(B) | 235.79º | 0.61% | 0.37% | - |
| XYZ | 3.58 | 2.79 | 10.94 | - |
| YUV | 45.85 | 155.17 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 41 | 94 | 0.61 | 0.56 | 0 | 0.63 | 235.79 | 0.44 | 0.26 |
| Hex | 25 | 29 | 5E | 3D | 38 | 0 | 3F | EC | 2C | 1A |
| Octal | 45 | 51 | 136 | 75 | 70 | 0 | 77 | 354 | 54 | 32 |
| Binary | 100101 | 101001 | 1011110 | 111101 | 111000 | 0 | 111111 | 11101100 | 101100 | 11010 |
Color Harmonies of #25295E
Complementary color
Monochromatic Colors of #25295E
Black with #25295E
Text Example
Text Example
White with #25295E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25295E; }
p { color: rgb(37,41,94); }
H1.HeaderClassName
{
color: #25295E;
}
.AnyTagClassName
{
color: #25295E;
}
</style>
background-color css
<style>
a { background-color: #25295E; }
a { background-color: rgb(37,41,94); }
div.DivClassName
{
background-color: #25295E;
}
.BgClassName
{
background-color: #25295E;
}
</style>
border-color css
<style>
span { border-color: #25295E; }
span { border-color: rgb(37,41,94); }
td.TdClassName
{
border-color: #25295E;
}
.TagClassName
{
border-color: #25295E;
}
</style>