Shades of Fun Blue #254680
Tints of Fun Blue #254680
RGB
CMYK
RGB Variations
Color information
#254680 (or 0x254680) is known color: Fun Blue. HEX triplet: 25, 46 and 80. RGB value is (37,70,128). Sum of RGB (Red+Green+Blue) = 37+70+128=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 128 (50.39% from 255 or 54.47% from 235); Max value from RGB is 128 - color contains mainly: blue. Hex color #254680 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254680 is #DAB97F. Grayscale: #424242. Windows color (decimal): -14334336 or 8406565. OLE color: 8406565.
HSL color Cylindrical-coordinate representation of color #254680: hue angle of 218.24º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #254680 is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 70 | 128 | - |
| CMYK | 0.71 | 0.45 | 0 | 0.50 |
| HSL | 218.24º | 0.55% | 0.32% | - |
| HSV(B) | 218.24º | 0.71% | 0.5% | - |
| XYZ | 6.85 | 6.33 | 21.28 | - |
| YUV | 66.75 | 162.57 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 128 | 0.71 | 0.45 | 0 | 0.50 | 218.24 | 0.55 | 0.32 |
| Hex | 25 | 46 | 80 | 47 | 2D | 0 | 32 | DA | 37 | 20 |
| Octal | 45 | 106 | 200 | 107 | 55 | 0 | 62 | 332 | 67 | 40 |
| Binary | 100101 | 1000110 | 10000000 | 1000111 | 101101 | 0 | 110010 | 11011010 | 110111 | 100000 |
Color Harmonies of #254680
Complementary color
Monochromatic Colors of #254680
Black with #254680
Text Example
Text Example
White with #254680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254680; }
p { color: rgb(37,70,128); }
H1.HeaderClassName
{
color: #254680;
}
.AnyTagClassName
{
color: #254680;
}
</style>
background-color css
<style>
a { background-color: #254680; }
a { background-color: rgb(37,70,128); }
div.DivClassName
{
background-color: #254680;
}
.BgClassName
{
background-color: #254680;
}
</style>
border-color css
<style>
span { border-color: #254680; }
span { border-color: rgb(37,70,128); }
td.TdClassName
{
border-color: #254680;
}
.TagClassName
{
border-color: #254680;
}
</style>