Shades of Fun Blue #25497C
Tints of Fun Blue #25497C
RGB
CMYK
RGB Variations
Color information
#25497C (or 0x25497C) is known color: Fun Blue. HEX triplet: 25, 49 and 7C. RGB value is (37,73,124). Sum of RGB (Red+Green+Blue) = 37+73+124=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #25497C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25497C is #DAB683. Grayscale: #434343. Windows color (decimal): -14333572 or 8145189. OLE color: 8145189.
HSL color Cylindrical-coordinate representation of color #25497C: hue angle of 215.17º 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 #25497C is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 73 | 124 | - |
| CMYK | 0.70 | 0.41 | 0 | 0.51 |
| HSL | 215.17º | 0.54% | 0.32% | - |
| HSV(B) | 215.17º | 0.7% | 0.49% | - |
| XYZ | 6.78 | 6.61 | 19.99 | - |
| YUV | 68.05 | 159.57 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 73 | 124 | 0.70 | 0.41 | 0 | 0.51 | 215.17 | 0.54 | 0.32 |
| Hex | 25 | 49 | 7C | 46 | 29 | 0 | 33 | D7 | 36 | 20 |
| Octal | 45 | 111 | 174 | 106 | 51 | 0 | 63 | 327 | 66 | 40 |
| Binary | 100101 | 1001001 | 1111100 | 1000110 | 101001 | 0 | 110011 | 11010111 | 110110 | 100000 |
Color Harmonies of #25497C
Complementary color
Monochromatic Colors of #25497C
Black with #25497C
Text Example
Text Example
White with #25497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25497C; }
p { color: rgb(37,73,124); }
H1.HeaderClassName
{
color: #25497C;
}
.AnyTagClassName
{
color: #25497C;
}
</style>
background-color css
<style>
a { background-color: #25497C; }
a { background-color: rgb(37,73,124); }
div.DivClassName
{
background-color: #25497C;
}
.BgClassName
{
background-color: #25497C;
}
</style>
border-color css
<style>
span { border-color: #25497C; }
span { border-color: rgb(37,73,124); }
td.TdClassName
{
border-color: #25497C;
}
.TagClassName
{
border-color: #25497C;
}
</style>