Shades of Fun Blue #254C86
Tints of Fun Blue #254C86
RGB
CMYK
RGB Variations
Color information
#254C86 (or 0x254C86) is known color: Fun Blue. HEX triplet: 25, 4C and 86. RGB value is (37,76,134). Sum of RGB (Red+Green+Blue) = 37+76+134=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 134 (52.73% from 255 or 54.25% from 247); Max value from RGB is 134 - color contains mainly: blue. Hex color #254C86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254C86 is #DAB379. Grayscale: #464646. Windows color (decimal): -14332794 or 8801317. OLE color: 8801317.
HSL color Cylindrical-coordinate representation of color #254C86: hue angle of 215.88º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #254C86 is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 76 | 134 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.47 |
| HSL | 215.88º | 0.57% | 0.34% | - |
| HSV(B) | 215.88º | 0.72% | 0.53% | - |
| XYZ | 7.65 | 7.28 | 23.56 | - |
| YUV | 70.95 | 163.58 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 76 | 134 | 0.72 | 0.43 | 0 | 0.47 | 215.88 | 0.57 | 0.34 |
| Hex | 25 | 4C | 86 | 48 | 2B | 0 | 2F | D8 | 39 | 22 |
| Octal | 45 | 114 | 206 | 110 | 53 | 0 | 57 | 330 | 71 | 42 |
| Binary | 100101 | 1001100 | 10000110 | 1001000 | 101011 | 0 | 101111 | 11011000 | 111001 | 100010 |
Color Harmonies of #254C86
Complementary color
Monochromatic Colors of #254C86
Black with #254C86
Text Example
Text Example
White with #254C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254C86; }
p { color: rgb(37,76,134); }
H1.HeaderClassName
{
color: #254C86;
}
.AnyTagClassName
{
color: #254C86;
}
</style>
background-color css
<style>
a { background-color: #254C86; }
a { background-color: rgb(37,76,134); }
div.DivClassName
{
background-color: #254C86;
}
.BgClassName
{
background-color: #254C86;
}
</style>
border-color css
<style>
span { border-color: #254C86; }
span { border-color: rgb(37,76,134); }
td.TdClassName
{
border-color: #254C86;
}
.TagClassName
{
border-color: #254C86;
}
</style>