Shades of Fun Blue #254B88
Tints of Fun Blue #254B88
RGB
CMYK
RGB Variations
Color information
#254B88 (or 0x254B88) is known color: Fun Blue. HEX triplet: 25, 4B and 88. RGB value is (37,75,136). Sum of RGB (Red+Green+Blue) = 37+75+136=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 136 (53.52% from 255 or 54.84% from 248); Max value from RGB is 136 - color contains mainly: blue. Hex color #254B88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254B88 is #DAB477. Grayscale: #464646. Windows color (decimal): -14333048 or 8932133. OLE color: 8932133.
HSL color Cylindrical-coordinate representation of color #254B88: hue angle of 216.97º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #254B88 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 75 | 136 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.47 |
| HSL | 216.97º | 0.57% | 0.34% | - |
| HSV(B) | 216.97º | 0.73% | 0.53% | - |
| XYZ | 7.72 | 7.2 | 24.28 | - |
| YUV | 70.59 | 164.91 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 136 | 0.73 | 0.45 | 0 | 0.47 | 216.97 | 0.57 | 0.34 |
| Hex | 25 | 4B | 88 | 49 | 2D | 0 | 2F | D9 | 39 | 22 |
| Octal | 45 | 113 | 210 | 111 | 55 | 0 | 57 | 331 | 71 | 42 |
| Binary | 100101 | 1001011 | 10001000 | 1001001 | 101101 | 0 | 101111 | 11011001 | 111001 | 100010 |
Color Harmonies of #254B88
Complementary color
Monochromatic Colors of #254B88
Black with #254B88
Text Example
Text Example
White with #254B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254B88; }
p { color: rgb(37,75,136); }
H1.HeaderClassName
{
color: #254B88;
}
.AnyTagClassName
{
color: #254B88;
}
</style>
background-color css
<style>
a { background-color: #254B88; }
a { background-color: rgb(37,75,136); }
div.DivClassName
{
background-color: #254B88;
}
.BgClassName
{
background-color: #254B88;
}
</style>
border-color css
<style>
span { border-color: #254B88; }
span { border-color: rgb(37,75,136); }
td.TdClassName
{
border-color: #254B88;
}
.TagClassName
{
border-color: #254B88;
}
</style>