Shades of Fun Blue #25497B
Tints of Fun Blue #25497B
RGB
CMYK
RGB Variations
Color information
#25497B (or 0x25497B) is known color: Fun Blue. HEX triplet: 25, 49 and 7B. RGB value is (37,73,123). Sum of RGB (Red+Green+Blue) = 37+73+123=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #25497B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25497B is #DAB684. Grayscale: #434343. Windows color (decimal): -14333573 or 8079653. OLE color: 8079653.
HSL color Cylindrical-coordinate representation of color #25497B: hue angle of 214.88º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25497B is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 73 | 123 | - |
| CMYK | 0.70 | 0.41 | 0 | 0.52 |
| HSL | 214.88º | 0.54% | 0.31% | - |
| HSV(B) | 214.88º | 0.7% | 0.48% | - |
| XYZ | 6.72 | 6.59 | 19.66 | - |
| YUV | 67.94 | 159.07 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 73 | 123 | 0.70 | 0.41 | 0 | 0.52 | 214.88 | 0.54 | 0.31 |
| Hex | 25 | 49 | 7B | 46 | 29 | 0 | 34 | D7 | 36 | 1F |
| Octal | 45 | 111 | 173 | 106 | 51 | 0 | 64 | 327 | 66 | 37 |
| Binary | 100101 | 1001001 | 1111011 | 1000110 | 101001 | 0 | 110100 | 11010111 | 110110 | 11111 |
Color Harmonies of #25497B
Complementary color
Monochromatic Colors of #25497B
Black with #25497B
Text Example
Text Example
White with #25497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25497B; }
p { color: rgb(37,73,123); }
H1.HeaderClassName
{
color: #25497B;
}
.AnyTagClassName
{
color: #25497B;
}
</style>
background-color css
<style>
a { background-color: #25497B; }
a { background-color: rgb(37,73,123); }
div.DivClassName
{
background-color: #25497B;
}
.BgClassName
{
background-color: #25497B;
}
</style>
border-color css
<style>
span { border-color: #25497B; }
span { border-color: rgb(37,73,123); }
td.TdClassName
{
border-color: #25497B;
}
.TagClassName
{
border-color: #25497B;
}
</style>