Shades of Fun Blue #254C84
Tints of Fun Blue #254C84
RGB
CMYK
RGB Variations
Color information
#254C84 (or 0x254C84) is known color: Fun Blue. HEX triplet: 25, 4C and 84. RGB value is (37,76,132). Sum of RGB (Red+Green+Blue) = 37+76+132=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #254C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254C84 is #DAB37B. Grayscale: #464646. Windows color (decimal): -14332796 or 8670245. OLE color: 8670245.
HSL color Cylindrical-coordinate representation of color #254C84: hue angle of 215.37º 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 #254C84 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 76 | 132 | - |
| CMYK | 0.72 | 0.42 | 0 | 0.48 |
| HSL | 215.37º | 0.56% | 0.33% | - |
| HSV(B) | 215.37º | 0.72% | 0.52% | - |
| XYZ | 7.51 | 7.23 | 22.83 | - |
| YUV | 70.72 | 162.58 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 76 | 132 | 0.72 | 0.42 | 0 | 0.48 | 215.37 | 0.56 | 0.33 |
| Hex | 25 | 4C | 84 | 48 | 2A | 0 | 30 | D7 | 38 | 21 |
| Octal | 45 | 114 | 204 | 110 | 52 | 0 | 60 | 327 | 70 | 41 |
| Binary | 100101 | 1001100 | 10000100 | 1001000 | 101010 | 0 | 110000 | 11010111 | 111000 | 100001 |
Color Harmonies of #254C84
Complementary color
Monochromatic Colors of #254C84
Black with #254C84
Text Example
Text Example
White with #254C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254C84; }
p { color: rgb(37,76,132); }
H1.HeaderClassName
{
color: #254C84;
}
.AnyTagClassName
{
color: #254C84;
}
</style>
background-color css
<style>
a { background-color: #254C84; }
a { background-color: rgb(37,76,132); }
div.DivClassName
{
background-color: #254C84;
}
.BgClassName
{
background-color: #254C84;
}
</style>
border-color css
<style>
span { border-color: #254C84; }
span { border-color: rgb(37,76,132); }
td.TdClassName
{
border-color: #254C84;
}
.TagClassName
{
border-color: #254C84;
}
</style>