Shades of Fun Blue #25487C
Tints of Fun Blue #25487C
RGB
CMYK
RGB Variations
Color information
#25487C (or 0x25487C) is known color: Fun Blue. HEX triplet: 25, 48 and 7C. RGB value is (37,72,124). Sum of RGB (Red+Green+Blue) = 37+72+124=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #25487C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25487C is #DAB783. Grayscale: #434343. Windows color (decimal): -14333828 or 8144933. OLE color: 8144933.
HSL color Cylindrical-coordinate representation of color #25487C: hue angle of 215.86º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25487C is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 72 | 124 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.51 |
| HSL | 215.86º | 0.54% | 0.32% | - |
| HSV(B) | 215.86º | 0.7% | 0.49% | - |
| XYZ | 6.72 | 6.48 | 19.97 | - |
| YUV | 67.46 | 159.9 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 72 | 124 | 0.70 | 0.42 | 0 | 0.51 | 215.86 | 0.54 | 0.32 |
| Hex | 25 | 48 | 7C | 46 | 2A | 0 | 33 | D8 | 36 | 20 |
| Octal | 45 | 110 | 174 | 106 | 52 | 0 | 63 | 330 | 66 | 40 |
| Binary | 100101 | 1001000 | 1111100 | 1000110 | 101010 | 0 | 110011 | 11011000 | 110110 | 100000 |
Color Harmonies of #25487C
Complementary color
Monochromatic Colors of #25487C
Black with #25487C
Text Example
Text Example
White with #25487C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25487C; }
p { color: rgb(37,72,124); }
H1.HeaderClassName
{
color: #25487C;
}
.AnyTagClassName
{
color: #25487C;
}
</style>
background-color css
<style>
a { background-color: #25487C; }
a { background-color: rgb(37,72,124); }
div.DivClassName
{
background-color: #25487C;
}
.BgClassName
{
background-color: #25487C;
}
</style>
border-color css
<style>
span { border-color: #25487C; }
span { border-color: rgb(37,72,124); }
td.TdClassName
{
border-color: #25487C;
}
.TagClassName
{
border-color: #25487C;
}
</style>