Shades of Fun Blue #25498B
Tints of Fun Blue #25498B
RGB
CMYK
RGB Variations
Color information
#25498B (or 0x25498B) is known color: Fun Blue. HEX triplet: 25, 49 and 8B. RGB value is (37,73,139). Sum of RGB (Red+Green+Blue) = 37+73+139=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #25498B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25498B is #DAB674. Grayscale: #454545. Windows color (decimal): -14333557 or 9128229. OLE color: 9128229.
HSL color Cylindrical-coordinate representation of color #25498B: hue angle of 218.82º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25498B is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 73 | 139 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.45 |
| HSL | 218.82º | 0.58% | 0.35% | - |
| HSV(B) | 218.82º | 0.73% | 0.55% | - |
| XYZ | 7.81 | 7.02 | 25.37 | - |
| YUV | 69.76 | 167.07 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 73 | 139 | 0.73 | 0.47 | 0 | 0.45 | 218.82 | 0.58 | 0.35 |
| Hex | 25 | 49 | 8B | 49 | 2F | 0 | 2D | DB | 3A | 23 |
| Octal | 45 | 111 | 213 | 111 | 57 | 0 | 55 | 333 | 72 | 43 |
| Binary | 100101 | 1001001 | 10001011 | 1001001 | 101111 | 0 | 101101 | 11011011 | 111010 | 100011 |
Color Harmonies of #25498B
Complementary color
Monochromatic Colors of #25498B
Black with #25498B
Text Example
Text Example
White with #25498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25498B; }
p { color: rgb(37,73,139); }
H1.HeaderClassName
{
color: #25498B;
}
.AnyTagClassName
{
color: #25498B;
}
</style>
background-color css
<style>
a { background-color: #25498B; }
a { background-color: rgb(37,73,139); }
div.DivClassName
{
background-color: #25498B;
}
.BgClassName
{
background-color: #25498B;
}
</style>
border-color css
<style>
span { border-color: #25498B; }
span { border-color: rgb(37,73,139); }
td.TdClassName
{
border-color: #25498B;
}
.TagClassName
{
border-color: #25498B;
}
</style>