Shades of Fun Blue #25467D
Tints of Fun Blue #25467D
RGB
CMYK
RGB Variations
Color information
#25467D (or 0x25467D) is known color: Fun Blue. HEX triplet: 25, 46 and 7D. RGB value is (37,70,125). Sum of RGB (Red+Green+Blue) = 37+70+125=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 125 (49.22% from 255 or 53.88% from 232); Max value from RGB is 125 - color contains mainly: blue. Hex color #25467D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25467D is #DAB982. Grayscale: #424242. Windows color (decimal): -14334339 or 8209957. OLE color: 8209957.
HSL color Cylindrical-coordinate representation of color #25467D: hue angle of 217.5º 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 #25467D is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 70 | 125 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.51 |
| HSL | 217.5º | 0.54% | 0.32% | - |
| HSV(B) | 217.5º | 0.7% | 0.49% | - |
| XYZ | 6.65 | 6.25 | 20.26 | - |
| YUV | 66.4 | 161.07 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 125 | 0.70 | 0.44 | 0 | 0.51 | 217.5 | 0.54 | 0.32 |
| Hex | 25 | 46 | 7D | 46 | 2C | 0 | 33 | DA | 36 | 20 |
| Octal | 45 | 106 | 175 | 106 | 54 | 0 | 63 | 332 | 66 | 40 |
| Binary | 100101 | 1000110 | 1111101 | 1000110 | 101100 | 0 | 110011 | 11011010 | 110110 | 100000 |
Color Harmonies of #25467D
Complementary color
Monochromatic Colors of #25467D
Black with #25467D
Text Example
Text Example
White with #25467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25467D; }
p { color: rgb(37,70,125); }
H1.HeaderClassName
{
color: #25467D;
}
.AnyTagClassName
{
color: #25467D;
}
</style>
background-color css
<style>
a { background-color: #25467D; }
a { background-color: rgb(37,70,125); }
div.DivClassName
{
background-color: #25467D;
}
.BgClassName
{
background-color: #25467D;
}
</style>
border-color css
<style>
span { border-color: #25467D; }
span { border-color: rgb(37,70,125); }
td.TdClassName
{
border-color: #25467D;
}
.TagClassName
{
border-color: #25467D;
}
</style>