Shades of Fun Blue #25467C
Tints of Fun Blue #25467C
RGB
CMYK
RGB Variations
Color information
#25467C (or 0x25467C) is known color: Fun Blue. HEX triplet: 25, 46 and 7C. RGB value is (37,70,124). Sum of RGB (Red+Green+Blue) = 37+70+124=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #25467C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25467C is #DAB983. Grayscale: #424242. Windows color (decimal): -14334340 or 8144421. OLE color: 8144421.
HSL color Cylindrical-coordinate representation of color #25467C: hue angle of 217.24º 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 #25467C is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 70 | 124 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.51 |
| HSL | 217.24º | 0.54% | 0.32% | - |
| HSV(B) | 217.24º | 0.7% | 0.49% | - |
| XYZ | 6.59 | 6.23 | 19.92 | - |
| YUV | 66.29 | 160.57 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 124 | 0.70 | 0.44 | 0 | 0.51 | 217.24 | 0.54 | 0.32 |
| Hex | 25 | 46 | 7C | 46 | 2C | 0 | 33 | D9 | 36 | 20 |
| Octal | 45 | 106 | 174 | 106 | 54 | 0 | 63 | 331 | 66 | 40 |
| Binary | 100101 | 1000110 | 1111100 | 1000110 | 101100 | 0 | 110011 | 11011001 | 110110 | 100000 |
Color Harmonies of #25467C
Complementary color
Monochromatic Colors of #25467C
Black with #25467C
Text Example
Text Example
White with #25467C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25467C; }
p { color: rgb(37,70,124); }
H1.HeaderClassName
{
color: #25467C;
}
.AnyTagClassName
{
color: #25467C;
}
</style>
background-color css
<style>
a { background-color: #25467C; }
a { background-color: rgb(37,70,124); }
div.DivClassName
{
background-color: #25467C;
}
.BgClassName
{
background-color: #25467C;
}
</style>
border-color css
<style>
span { border-color: #25467C; }
span { border-color: rgb(37,70,124); }
td.TdClassName
{
border-color: #25467C;
}
.TagClassName
{
border-color: #25467C;
}
</style>