Shades of Fun Blue #254884
Tints of Fun Blue #254884
RGB
CMYK
RGB Variations
Color information
#254884 (or 0x254884) is known color: Fun Blue. HEX triplet: 25, 48 and 84. RGB value is (37,72,132). Sum of RGB (Red+Green+Blue) = 37+72+132=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #254884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254884 is #DAB77B. Grayscale: #444444. Windows color (decimal): -14333820 or 8669221. OLE color: 8669221.
HSL color Cylindrical-coordinate representation of color #254884: hue angle of 217.89º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #254884 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 72 | 132 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.48 |
| HSL | 217.89º | 0.56% | 0.33% | - |
| HSV(B) | 217.89º | 0.72% | 0.52% | - |
| XYZ | 7.25 | 6.69 | 22.74 | - |
| YUV | 68.38 | 163.9 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 72 | 132 | 0.72 | 0.45 | 0 | 0.48 | 217.89 | 0.56 | 0.33 |
| Hex | 25 | 48 | 84 | 48 | 2D | 0 | 30 | DA | 38 | 21 |
| Octal | 45 | 110 | 204 | 110 | 55 | 0 | 60 | 332 | 70 | 41 |
| Binary | 100101 | 1001000 | 10000100 | 1001000 | 101101 | 0 | 110000 | 11011010 | 111000 | 100001 |
Color Harmonies of #254884
Complementary color
Monochromatic Colors of #254884
Black with #254884
Text Example
Text Example
White with #254884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254884; }
p { color: rgb(37,72,132); }
H1.HeaderClassName
{
color: #254884;
}
.AnyTagClassName
{
color: #254884;
}
</style>
background-color css
<style>
a { background-color: #254884; }
a { background-color: rgb(37,72,132); }
div.DivClassName
{
background-color: #254884;
}
.BgClassName
{
background-color: #254884;
}
</style>
border-color css
<style>
span { border-color: #254884; }
span { border-color: rgb(37,72,132); }
td.TdClassName
{
border-color: #254884;
}
.TagClassName
{
border-color: #254884;
}
</style>