Shades of Fun Blue #254676
Tints of Fun Blue #254676
RGB
CMYK
RGB Variations
Color information
#254676 (or 0x254676) is known color: Fun Blue. HEX triplet: 25, 46 and 76. RGB value is (37,70,118). Sum of RGB (Red+Green+Blue) = 37+70+118=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #254676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254676 is #DAB989. Grayscale: #414141. Windows color (decimal): -14334346 or 7751205. OLE color: 7751205.
HSL color Cylindrical-coordinate representation of color #254676: hue angle of 215.56º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #254676 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 70 | 118 | - |
| CMYK | 0.69 | 0.41 | 0 | 0.54 |
| HSL | 215.56º | 0.52% | 0.3% | - |
| HSV(B) | 215.56º | 0.69% | 0.46% | - |
| XYZ | 6.22 | 6.08 | 17.99 | - |
| YUV | 65.61 | 157.57 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 118 | 0.69 | 0.41 | 0 | 0.54 | 215.56 | 0.52 | 0.3 |
| Hex | 25 | 46 | 76 | 45 | 29 | 0 | 36 | D8 | 34 | 1E |
| Octal | 45 | 106 | 166 | 105 | 51 | 0 | 66 | 330 | 64 | 36 |
| Binary | 100101 | 1000110 | 1110110 | 1000101 | 101001 | 0 | 110110 | 11011000 | 110100 | 11110 |
Color Harmonies of #254676
Complementary color
Monochromatic Colors of #254676
Black with #254676
Text Example
Text Example
White with #254676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254676; }
p { color: rgb(37,70,118); }
H1.HeaderClassName
{
color: #254676;
}
.AnyTagClassName
{
color: #254676;
}
</style>
background-color css
<style>
a { background-color: #254676; }
a { background-color: rgb(37,70,118); }
div.DivClassName
{
background-color: #254676;
}
.BgClassName
{
background-color: #254676;
}
</style>
border-color css
<style>
span { border-color: #254676; }
span { border-color: rgb(37,70,118); }
td.TdClassName
{
border-color: #254676;
}
.TagClassName
{
border-color: #254676;
}
</style>