Shades of Fun Blue #25467F
Tints of Fun Blue #25467F
RGB
CMYK
RGB Variations
Color information
#25467F (or 0x25467F) is known color: Fun Blue. HEX triplet: 25, 46 and 7F. RGB value is (37,70,127). Sum of RGB (Red+Green+Blue) = 37+70+127=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 127 (50% from 255 or 54.27% from 234); Max value from RGB is 127 - color contains mainly: blue. Hex color #25467F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25467F is #DAB980. Grayscale: #424242. Windows color (decimal): -14334337 or 8341029. OLE color: 8341029.
HSL color Cylindrical-coordinate representation of color #25467F: hue angle of 218º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25467F is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 70 | 127 | - |
| CMYK | 0.71 | 0.45 | 0 | 0.50 |
| HSL | 218º | 0.55% | 0.32% | - |
| HSV(B) | 218º | 0.71% | 0.5% | - |
| XYZ | 6.78 | 6.31 | 20.94 | - |
| YUV | 66.63 | 162.07 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 127 | 0.71 | 0.45 | 0 | 0.50 | 218 | 0.55 | 0.32 |
| Hex | 25 | 46 | 7F | 47 | 2D | 0 | 32 | DA | 37 | 20 |
| Octal | 45 | 106 | 177 | 107 | 55 | 0 | 62 | 332 | 67 | 40 |
| Binary | 100101 | 1000110 | 1111111 | 1000111 | 101101 | 0 | 110010 | 11011010 | 110111 | 100000 |
Color Harmonies of #25467F
Complementary color
Monochromatic Colors of #25467F
Black with #25467F
Text Example
Text Example
White with #25467F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25467F; }
p { color: rgb(37,70,127); }
H1.HeaderClassName
{
color: #25467F;
}
.AnyTagClassName
{
color: #25467F;
}
</style>
background-color css
<style>
a { background-color: #25467F; }
a { background-color: rgb(37,70,127); }
div.DivClassName
{
background-color: #25467F;
}
.BgClassName
{
background-color: #25467F;
}
</style>
border-color css
<style>
span { border-color: #25467F; }
span { border-color: rgb(37,70,127); }
td.TdClassName
{
border-color: #25467F;
}
.TagClassName
{
border-color: #25467F;
}
</style>