Shades of Fun Blue #254489
Tints of Fun Blue #254489
RGB
CMYK
RGB Variations
Color information
#254489 (or 0x254489) is known color: Fun Blue. HEX triplet: 25, 44 and 89. RGB value is (37,68,137). Sum of RGB (Red+Green+Blue) = 37+68+137=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 137 (53.91% from 255 or 56.61% from 242); Max value from RGB is 137 - color contains mainly: blue. Hex color #254489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254489 is #DABB76. Grayscale: #424242. Windows color (decimal): -14334839 or 8995877. OLE color: 8995877.
HSL color Cylindrical-coordinate representation of color #254489: hue angle of 221.4º 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 #254489 is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 68 | 137 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.46 |
| HSL | 221.4º | 0.57% | 0.34% | - |
| HSV(B) | 221.4º | 0.73% | 0.54% | - |
| XYZ | 7.35 | 6.33 | 24.5 | - |
| YUV | 66.6 | 167.73 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 68 | 137 | 0.73 | 0.50 | 0 | 0.46 | 221.4 | 0.57 | 0.34 |
| Hex | 25 | 44 | 89 | 49 | 32 | 0 | 2E | DD | 39 | 22 |
| Octal | 45 | 104 | 211 | 111 | 62 | 0 | 56 | 335 | 71 | 42 |
| Binary | 100101 | 1000100 | 10001001 | 1001001 | 110010 | 0 | 101110 | 11011101 | 111001 | 100010 |
Color Harmonies of #254489
Complementary color
Monochromatic Colors of #254489
Black with #254489
Text Example
Text Example
White with #254489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254489; }
p { color: rgb(37,68,137); }
H1.HeaderClassName
{
color: #254489;
}
.AnyTagClassName
{
color: #254489;
}
</style>
background-color css
<style>
a { background-color: #254489; }
a { background-color: rgb(37,68,137); }
div.DivClassName
{
background-color: #254489;
}
.BgClassName
{
background-color: #254489;
}
</style>
border-color css
<style>
span { border-color: #254489; }
span { border-color: rgb(37,68,137); }
td.TdClassName
{
border-color: #254489;
}
.TagClassName
{
border-color: #254489;
}
</style>