Shades of Fun Blue #25477D
Tints of Fun Blue #25477D
RGB
CMYK
RGB Variations
Color information
#25477D (or 0x25477D) is known color: Fun Blue. HEX triplet: 25, 47 and 7D. RGB value is (37,71,125). Sum of RGB (Red+Green+Blue) = 37+71+125=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 125 (49.22% from 255 or 53.65% from 233); Max value from RGB is 125 - color contains mainly: blue. Hex color #25477D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25477D is #DAB882. Grayscale: #424242. Windows color (decimal): -14334083 or 8210213. OLE color: 8210213.
HSL color Cylindrical-coordinate representation of color #25477D: hue angle of 216.82º 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 #25477D is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 71 | 125 | - |
| CMYK | 0.70 | 0.43 | 0 | 0.51 |
| HSL | 216.82º | 0.54% | 0.32% | - |
| HSV(B) | 216.82º | 0.7% | 0.49% | - |
| XYZ | 6.72 | 6.38 | 20.28 | - |
| YUV | 66.99 | 160.74 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 71 | 125 | 0.70 | 0.43 | 0 | 0.51 | 216.82 | 0.54 | 0.32 |
| Hex | 25 | 47 | 7D | 46 | 2B | 0 | 33 | D9 | 36 | 20 |
| Octal | 45 | 107 | 175 | 106 | 53 | 0 | 63 | 331 | 66 | 40 |
| Binary | 100101 | 1000111 | 1111101 | 1000110 | 101011 | 0 | 110011 | 11011001 | 110110 | 100000 |
Color Harmonies of #25477D
Complementary color
Monochromatic Colors of #25477D
Black with #25477D
Text Example
Text Example
White with #25477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25477D; }
p { color: rgb(37,71,125); }
H1.HeaderClassName
{
color: #25477D;
}
.AnyTagClassName
{
color: #25477D;
}
</style>
background-color css
<style>
a { background-color: #25477D; }
a { background-color: rgb(37,71,125); }
div.DivClassName
{
background-color: #25477D;
}
.BgClassName
{
background-color: #25477D;
}
</style>
border-color css
<style>
span { border-color: #25477D; }
span { border-color: rgb(37,71,125); }
td.TdClassName
{
border-color: #25477D;
}
.TagClassName
{
border-color: #25477D;
}
</style>