Shades of Fun Blue #25478D
Tints of Fun Blue #25478D
RGB
CMYK
RGB Variations
Color information
#25478D (or 0x25478D) is known color: Fun Blue. HEX triplet: 25, 47 and 8D. RGB value is (37,71,141). Sum of RGB (Red+Green+Blue) = 37+71+141=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #25478D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25478D is #DAB872. Grayscale: #444444. Windows color (decimal): -14334067 or 9258789. OLE color: 9258789.
HSL color Cylindrical-coordinate representation of color #25478D: hue angle of 220.38º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25478D is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 71 | 141 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.45 |
| HSL | 220.38º | 0.58% | 0.35% | - |
| HSV(B) | 220.38º | 0.74% | 0.55% | - |
| XYZ | 7.82 | 6.82 | 26.1 | - |
| YUV | 68.81 | 168.74 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 71 | 141 | 0.74 | 0.50 | 0 | 0.45 | 220.38 | 0.58 | 0.35 |
| Hex | 25 | 47 | 8D | 4A | 32 | 0 | 2D | DC | 3A | 23 |
| Octal | 45 | 107 | 215 | 112 | 62 | 0 | 55 | 334 | 72 | 43 |
| Binary | 100101 | 1000111 | 10001101 | 1001010 | 110010 | 0 | 101101 | 11011100 | 111010 | 100011 |
Color Harmonies of #25478D
Complementary color
Monochromatic Colors of #25478D
Black with #25478D
Text Example
Text Example
White with #25478D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25478D; }
p { color: rgb(37,71,141); }
H1.HeaderClassName
{
color: #25478D;
}
.AnyTagClassName
{
color: #25478D;
}
</style>
background-color css
<style>
a { background-color: #25478D; }
a { background-color: rgb(37,71,141); }
div.DivClassName
{
background-color: #25478D;
}
.BgClassName
{
background-color: #25478D;
}
</style>
border-color css
<style>
span { border-color: #25478D; }
span { border-color: rgb(37,71,141); }
td.TdClassName
{
border-color: #25478D;
}
.TagClassName
{
border-color: #25478D;
}
</style>