Shades of Lucky Point #25305E
Tints of Lucky Point #25305E
RGB
CMYK
RGB Variations
Color information
#25305E (or 0x25305E) is known color: Lucky Point. HEX triplet: 25, 30 and 5E. RGB value is (37,48,94). Sum of RGB (Red+Green+Blue) = 37+48+94=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 94 (37.11% from 255 or 52.51% from 179); Max value from RGB is 94 - color contains mainly: blue. Hex color #25305E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25305E is #DACFA1. Grayscale: #313131. Windows color (decimal): -14340002 or 6172709. OLE color: 6172709.
HSL color Cylindrical-coordinate representation of color #25305E: hue angle of 228.42º 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 #25305E is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 37 | 48 | 94 | - |
| CMYK | 0.61 | 0.49 | 0 | 0.63 |
| HSL | 228.42º | 0.44% | 0.26% | - |
| HSV(B) | 228.42º | 0.61% | 0.37% | - |
| XYZ | 3.84 | 3.32 | 11.03 | - |
| YUV | 49.96 | 152.86 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 48 | 94 | 0.61 | 0.49 | 0 | 0.63 | 228.42 | 0.44 | 0.26 |
| Hex | 25 | 30 | 5E | 3D | 31 | 0 | 3F | E4 | 2C | 1A |
| Octal | 45 | 60 | 136 | 75 | 61 | 0 | 77 | 344 | 54 | 32 |
| Binary | 100101 | 110000 | 1011110 | 111101 | 110001 | 0 | 111111 | 11100100 | 101100 | 11010 |
Color Harmonies of #25305E
Complementary color
Monochromatic Colors of #25305E
Black with #25305E
Text Example
Text Example
White with #25305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25305E; }
p { color: rgb(37,48,94); }
H1.HeaderClassName
{
color: #25305E;
}
.AnyTagClassName
{
color: #25305E;
}
</style>
background-color css
<style>
a { background-color: #25305E; }
a { background-color: rgb(37,48,94); }
div.DivClassName
{
background-color: #25305E;
}
.BgClassName
{
background-color: #25305E;
}
</style>
border-color css
<style>
span { border-color: #25305E; }
span { border-color: rgb(37,48,94); }
td.TdClassName
{
border-color: #25305E;
}
.TagClassName
{
border-color: #25305E;
}
</style>