Shades of Lucky Point #25294B
Tints of Lucky Point #25294B
RGB
CMYK
RGB Variations
Color information
#25294B (or 0x25294B) is known color: Lucky Point. HEX triplet: 25, 29 and 4B. RGB value is (37,41,75). Sum of RGB (Red+Green+Blue) = 37+41+75=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 75 (29.69% from 255 or 49.02% from 153); Max value from RGB is 75 - color contains mainly: blue. Hex color #25294B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25294B is #DAD6B4. Grayscale: #2B2B2B. Windows color (decimal): -14341813 or 4925733. OLE color: 4925733.
HSL color Cylindrical-coordinate representation of color #25294B: hue angle of 233.68º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #25294B is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 41 | 75 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.71 |
| HSL | 233.68º | 0.34% | 0.22% | - |
| HSV(B) | 233.68º | 0.51% | 0.29% | - |
| XYZ | 2.83 | 2.49 | 6.99 | - |
| YUV | 43.68 | 145.67 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 41 | 75 | 0.51 | 0.45 | 0 | 0.71 | 233.68 | 0.34 | 0.22 |
| Hex | 25 | 29 | 4B | 33 | 2D | 0 | 47 | EA | 22 | 16 |
| Octal | 45 | 51 | 113 | 63 | 55 | 0 | 107 | 352 | 42 | 26 |
| Binary | 100101 | 101001 | 1001011 | 110011 | 101101 | 0 | 1000111 | 11101010 | 100010 | 10110 |
Color Harmonies of #25294B
Complementary color
Monochromatic Colors of #25294B
Black with #25294B
Text Example
Text Example
White with #25294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25294B; }
p { color: rgb(37,41,75); }
H1.HeaderClassName
{
color: #25294B;
}
.AnyTagClassName
{
color: #25294B;
}
</style>
background-color css
<style>
a { background-color: #25294B; }
a { background-color: rgb(37,41,75); }
div.DivClassName
{
background-color: #25294B;
}
.BgClassName
{
background-color: #25294B;
}
</style>
border-color css
<style>
span { border-color: #25294B; }
span { border-color: rgb(37,41,75); }
td.TdClassName
{
border-color: #25294B;
}
.TagClassName
{
border-color: #25294B;
}
</style>