Shades of Lucky Point #252F5A
Tints of Lucky Point #252F5A
RGB
CMYK
RGB Variations
Color information
#252F5A (or 0x252F5A) is known color: Lucky Point. HEX triplet: 25, 2F and 5A. RGB value is (37,47,90). Sum of RGB (Red+Green+Blue) = 37+47+90=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #252F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252F5A is #DAD0A5. Grayscale: #303030. Windows color (decimal): -14340262 or 5910309. OLE color: 5910309.
HSL color Cylindrical-coordinate representation of color #252F5A: hue angle of 228.68º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #252F5A is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 47 | 90 | - |
| CMYK | 0.59 | 0.48 | 0 | 0.65 |
| HSL | 228.68º | 0.42% | 0.25% | - |
| HSV(B) | 228.68º | 0.59% | 0.35% | - |
| XYZ | 3.62 | 3.16 | 10.09 | - |
| YUV | 48.91 | 151.19 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 47 | 90 | 0.59 | 0.48 | 0 | 0.65 | 228.68 | 0.42 | 0.25 |
| Hex | 25 | 2F | 5A | 3B | 30 | 0 | 41 | E5 | 2A | 19 |
| Octal | 45 | 57 | 132 | 73 | 60 | 0 | 101 | 345 | 52 | 31 |
| Binary | 100101 | 101111 | 1011010 | 111011 | 110000 | 0 | 1000001 | 11100101 | 101010 | 11001 |
Color Harmonies of #252F5A
Complementary color
Monochromatic Colors of #252F5A
Black with #252F5A
Text Example
Text Example
White with #252F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252F5A; }
p { color: rgb(37,47,90); }
H1.HeaderClassName
{
color: #252F5A;
}
.AnyTagClassName
{
color: #252F5A;
}
</style>
background-color css
<style>
a { background-color: #252F5A; }
a { background-color: rgb(37,47,90); }
div.DivClassName
{
background-color: #252F5A;
}
.BgClassName
{
background-color: #252F5A;
}
</style>
border-color css
<style>
span { border-color: #252F5A; }
span { border-color: rgb(37,47,90); }
td.TdClassName
{
border-color: #252F5A;
}
.TagClassName
{
border-color: #252F5A;
}
</style>