Shades of Fun Blue #254289
Tints of Fun Blue #254289
RGB
CMYK
RGB Variations
Color information
#254289 (or 0x254289) is known color: Fun Blue. HEX triplet: 25, 42 and 89. RGB value is (37,66,137). Sum of RGB (Red+Green+Blue) = 37+66+137=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #254289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254289 is #DABD76. Grayscale: #414141. Windows color (decimal): -14335351 or 8995365. OLE color: 8995365.
HSL color Cylindrical-coordinate representation of color #254289: hue angle of 222.6º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #254289 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 66 | 137 | - |
| CMYK | 0.73 | 0.52 | 0 | 0.46 |
| HSL | 222.6º | 0.57% | 0.34% | - |
| HSV(B) | 222.6º | 0.73% | 0.54% | - |
| XYZ | 7.23 | 6.1 | 24.46 | - |
| YUV | 65.42 | 168.39 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 66 | 137 | 0.73 | 0.52 | 0 | 0.46 | 222.6 | 0.57 | 0.34 |
| Hex | 25 | 42 | 89 | 49 | 34 | 0 | 2E | DF | 39 | 22 |
| Octal | 45 | 102 | 211 | 111 | 64 | 0 | 56 | 337 | 71 | 42 |
| Binary | 100101 | 1000010 | 10001001 | 1001001 | 110100 | 0 | 101110 | 11011111 | 111001 | 100010 |
Color Harmonies of #254289
Complementary color
Monochromatic Colors of #254289
Black with #254289
Text Example
Text Example
White with #254289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254289; }
p { color: rgb(37,66,137); }
H1.HeaderClassName
{
color: #254289;
}
.AnyTagClassName
{
color: #254289;
}
</style>
background-color css
<style>
a { background-color: #254289; }
a { background-color: rgb(37,66,137); }
div.DivClassName
{
background-color: #254289;
}
.BgClassName
{
background-color: #254289;
}
</style>
border-color css
<style>
span { border-color: #254289; }
span { border-color: rgb(37,66,137); }
td.TdClassName
{
border-color: #254289;
}
.TagClassName
{
border-color: #254289;
}
</style>