Shades of Fun Blue #25478E
Tints of Fun Blue #25478E
RGB
CMYK
RGB Variations
Color information
#25478E (or 0x25478E) is known color: Fun Blue. HEX triplet: 25, 47 and 8E. RGB value is (37,71,142). Sum of RGB (Red+Green+Blue) = 37+71+142=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 142 (55.86% from 255 or 56.8% from 250); Max value from RGB is 142 - color contains mainly: blue. Hex color #25478E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25478E is #DAB871. Grayscale: #444444. Windows color (decimal): -14334066 or 9324325. OLE color: 9324325.
HSL color Cylindrical-coordinate representation of color #25478E: hue angle of 220.57º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25478E is Cyan = 0.74, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 71 | 142 | - |
| CMYK | 0.74 | 0.5 | 0 | 0.44 |
| HSL | 220.57º | 0.59% | 0.35% | - |
| HSV(B) | 220.57º | 0.74% | 0.56% | - |
| XYZ | 7.9 | 6.85 | 26.5 | - |
| YUV | 68.93 | 169.24 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 71 | 142 | 0.74 | 0.5 | 0 | 0.44 | 220.57 | 0.59 | 0.35 |
| Hex | 25 | 47 | 8E | 4A | 32 | 0 | 2C | DD | 3B | 23 |
| Octal | 45 | 107 | 216 | 112 | 62 | 0 | 54 | 335 | 73 | 43 |
| Binary | 100101 | 1000111 | 10001110 | 1001010 | 110010 | 0 | 101100 | 11011101 | 111011 | 100011 |
Color Harmonies of #25478E
Complementary color
Monochromatic Colors of #25478E
Black with #25478E
Text Example
Text Example
White with #25478E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25478E; }
p { color: rgb(37,71,142); }
H1.HeaderClassName
{
color: #25478E;
}
.AnyTagClassName
{
color: #25478E;
}
</style>
background-color css
<style>
a { background-color: #25478E; }
a { background-color: rgb(37,71,142); }
div.DivClassName
{
background-color: #25478E;
}
.BgClassName
{
background-color: #25478E;
}
</style>
border-color css
<style>
span { border-color: #25478E; }
span { border-color: rgb(37,71,142); }
td.TdClassName
{
border-color: #25478E;
}
.TagClassName
{
border-color: #25478E;
}
</style>