Shades of Fun Blue #254687
Tints of Fun Blue #254687
RGB
CMYK
RGB Variations
Color information
#254687 (or 0x254687) is known color: Fun Blue. HEX triplet: 25, 46 and 87. RGB value is (37,70,135). Sum of RGB (Red+Green+Blue) = 37+70+135=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 135 (53.12% from 255 or 55.79% from 242); Max value from RGB is 135 - color contains mainly: blue. Hex color #254687 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254687 is #DAB978. Grayscale: #434343. Windows color (decimal): -14334329 or 8865317. OLE color: 8865317.
HSL color Cylindrical-coordinate representation of color #254687: hue angle of 219.8º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #254687 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 70 | 135 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.47 |
| HSL | 219.8º | 0.57% | 0.34% | - |
| HSV(B) | 219.8º | 0.73% | 0.53% | - |
| XYZ | 7.33 | 6.52 | 23.79 | - |
| YUV | 67.54 | 166.07 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 135 | 0.73 | 0.48 | 0 | 0.47 | 219.8 | 0.57 | 0.34 |
| Hex | 25 | 46 | 87 | 49 | 30 | 0 | 2F | DC | 39 | 22 |
| Octal | 45 | 106 | 207 | 111 | 60 | 0 | 57 | 334 | 71 | 42 |
| Binary | 100101 | 1000110 | 10000111 | 1001001 | 110000 | 0 | 101111 | 11011100 | 111001 | 100010 |
Color Harmonies of #254687
Complementary color
Monochromatic Colors of #254687
Black with #254687
Text Example
Text Example
White with #254687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254687; }
p { color: rgb(37,70,135); }
H1.HeaderClassName
{
color: #254687;
}
.AnyTagClassName
{
color: #254687;
}
</style>
background-color css
<style>
a { background-color: #254687; }
a { background-color: rgb(37,70,135); }
div.DivClassName
{
background-color: #254687;
}
.BgClassName
{
background-color: #254687;
}
</style>
border-color css
<style>
span { border-color: #254687; }
span { border-color: rgb(37,70,135); }
td.TdClassName
{
border-color: #254687;
}
.TagClassName
{
border-color: #254687;
}
</style>