Shades of Lucky Point #25305C
Tints of Lucky Point #25305C
RGB
CMYK
RGB Variations
Color information
#25305C (or 0x25305C) is known color: Lucky Point. HEX triplet: 25, 30 and 5C. RGB value is (37,48,92). Sum of RGB (Red+Green+Blue) = 37+48+92=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 92 (36.33% from 255 or 51.98% from 177); Max value from RGB is 92 - color contains mainly: blue. Hex color #25305C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25305C is #DACFA3. Grayscale: #313131. Windows color (decimal): -14340004 or 6041637. OLE color: 6041637.
HSL color Cylindrical-coordinate representation of color #25305C: hue angle of 228º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #25305C is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 48 | 92 | - |
| CMYK | 0.60 | 0.48 | 0 | 0.64 |
| HSL | 228º | 0.43% | 0.25% | - |
| HSV(B) | 228º | 0.6% | 0.36% | - |
| XYZ | 3.75 | 3.28 | 10.56 | - |
| YUV | 49.73 | 151.86 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 48 | 92 | 0.60 | 0.48 | 0 | 0.64 | 228 | 0.43 | 0.25 |
| Hex | 25 | 30 | 5C | 3C | 30 | 0 | 40 | E4 | 2B | 19 |
| Octal | 45 | 60 | 134 | 74 | 60 | 0 | 100 | 344 | 53 | 31 |
| Binary | 100101 | 110000 | 1011100 | 111100 | 110000 | 0 | 1000000 | 11100100 | 101011 | 11001 |
Color Harmonies of #25305C
Complementary color
Monochromatic Colors of #25305C
Black with #25305C
Text Example
Text Example
White with #25305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25305C; }
p { color: rgb(37,48,92); }
H1.HeaderClassName
{
color: #25305C;
}
.AnyTagClassName
{
color: #25305C;
}
</style>
background-color css
<style>
a { background-color: #25305C; }
a { background-color: rgb(37,48,92); }
div.DivClassName
{
background-color: #25305C;
}
.BgClassName
{
background-color: #25305C;
}
</style>
border-color css
<style>
span { border-color: #25305C; }
span { border-color: rgb(37,48,92); }
td.TdClassName
{
border-color: #25305C;
}
.TagClassName
{
border-color: #25305C;
}
</style>