Shades of Fun Blue #254879
Tints of Fun Blue #254879
RGB
CMYK
RGB Variations
Color information
#254879 (or 0x254879) is known color: Fun Blue. HEX triplet: 25, 48 and 79. RGB value is (37,72,121). Sum of RGB (Red+Green+Blue) = 37+72+121=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 121 (47.66% from 255 or 52.61% from 230); Max value from RGB is 121 - color contains mainly: blue. Hex color #254879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254879 is #DAB786. Grayscale: #424242. Windows color (decimal): -14333831 or 7948325. OLE color: 7948325.
HSL color Cylindrical-coordinate representation of color #254879: hue angle of 215º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #254879 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 37 | 72 | 121 | - |
| CMYK | 0.69 | 0.40 | 0 | 0.53 |
| HSL | 215º | 0.53% | 0.31% | - |
| HSV(B) | 215º | 0.69% | 0.47% | - |
| XYZ | 6.53 | 6.41 | 18.98 | - |
| YUV | 67.12 | 158.4 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 72 | 121 | 0.69 | 0.40 | 0 | 0.53 | 215 | 0.53 | 0.31 |
| Hex | 25 | 48 | 79 | 45 | 28 | 0 | 35 | D7 | 35 | 1F |
| Octal | 45 | 110 | 171 | 105 | 50 | 0 | 65 | 327 | 65 | 37 |
| Binary | 100101 | 1001000 | 1111001 | 1000101 | 101000 | 0 | 110101 | 11010111 | 110101 | 11111 |
Color Harmonies of #254879
Complementary color
Monochromatic Colors of #254879
Black with #254879
Text Example
Text Example
White with #254879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254879; }
p { color: rgb(37,72,121); }
H1.HeaderClassName
{
color: #254879;
}
.AnyTagClassName
{
color: #254879;
}
</style>
background-color css
<style>
a { background-color: #254879; }
a { background-color: rgb(37,72,121); }
div.DivClassName
{
background-color: #254879;
}
.BgClassName
{
background-color: #254879;
}
</style>
border-color css
<style>
span { border-color: #254879; }
span { border-color: rgb(37,72,121); }
td.TdClassName
{
border-color: #254879;
}
.TagClassName
{
border-color: #254879;
}
</style>