Shades of Fun Blue #254688
Tints of Fun Blue #254688
RGB
CMYK
RGB Variations
Color information
#254688 (or 0x254688) is known color: Fun Blue. HEX triplet: 25, 46 and 88. RGB value is (37,70,136). Sum of RGB (Red+Green+Blue) = 37+70+136=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 136 (53.52% from 255 or 55.97% from 243); Max value from RGB is 136 - color contains mainly: blue. Hex color #254688 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254688 is #DAB977. Grayscale: #434343. Windows color (decimal): -14334328 or 8930853. OLE color: 8930853.
HSL color Cylindrical-coordinate representation of color #254688: hue angle of 220º 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 #254688 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 70 | 136 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.47 |
| HSL | 220º | 0.57% | 0.34% | - |
| HSV(B) | 220º | 0.73% | 0.53% | - |
| XYZ | 7.4 | 6.55 | 24.17 | - |
| YUV | 67.66 | 166.57 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 136 | 0.73 | 0.49 | 0 | 0.47 | 220 | 0.57 | 0.34 |
| Hex | 25 | 46 | 88 | 49 | 31 | 0 | 2F | DC | 39 | 22 |
| Octal | 45 | 106 | 210 | 111 | 61 | 0 | 57 | 334 | 71 | 42 |
| Binary | 100101 | 1000110 | 10001000 | 1001001 | 110001 | 0 | 101111 | 11011100 | 111001 | 100010 |
Color Harmonies of #254688
Complementary color
Monochromatic Colors of #254688
Black with #254688
Text Example
Text Example
White with #254688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254688; }
p { color: rgb(37,70,136); }
H1.HeaderClassName
{
color: #254688;
}
.AnyTagClassName
{
color: #254688;
}
</style>
background-color css
<style>
a { background-color: #254688; }
a { background-color: rgb(37,70,136); }
div.DivClassName
{
background-color: #254688;
}
.BgClassName
{
background-color: #254688;
}
</style>
border-color css
<style>
span { border-color: #254688; }
span { border-color: rgb(37,70,136); }
td.TdClassName
{
border-color: #254688;
}
.TagClassName
{
border-color: #254688;
}
</style>