Shades of Fun Blue #254186
Tints of Fun Blue #254186
RGB
CMYK
RGB Variations
Color information
#254186 (or 0x254186) is known color: Fun Blue. HEX triplet: 25, 41 and 86. RGB value is (37,65,134). Sum of RGB (Red+Green+Blue) = 37+65+134=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 134 (52.73% from 255 or 56.78% from 236); Max value from RGB is 134 - color contains mainly: blue. Hex color #254186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254186 is #DABE79. Grayscale: #404040. Windows color (decimal): -14335610 or 8798501. OLE color: 8798501.
HSL color Cylindrical-coordinate representation of color #254186: hue angle of 222.68º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #254186 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 65 | 134 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.47 |
| HSL | 222.68º | 0.57% | 0.34% | - |
| HSV(B) | 222.68º | 0.72% | 0.53% | - |
| XYZ | 6.96 | 5.9 | 23.33 | - |
| YUV | 64.49 | 167.22 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 65 | 134 | 0.72 | 0.51 | 0 | 0.47 | 222.68 | 0.57 | 0.34 |
| Hex | 25 | 41 | 86 | 48 | 33 | 0 | 2F | DF | 39 | 22 |
| Octal | 45 | 101 | 206 | 110 | 63 | 0 | 57 | 337 | 71 | 42 |
| Binary | 100101 | 1000001 | 10000110 | 1001000 | 110011 | 0 | 101111 | 11011111 | 111001 | 100010 |
Color Harmonies of #254186
Complementary color
Monochromatic Colors of #254186
Black with #254186
Text Example
Text Example
White with #254186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254186; }
p { color: rgb(37,65,134); }
H1.HeaderClassName
{
color: #254186;
}
.AnyTagClassName
{
color: #254186;
}
</style>
background-color css
<style>
a { background-color: #254186; }
a { background-color: rgb(37,65,134); }
div.DivClassName
{
background-color: #254186;
}
.BgClassName
{
background-color: #254186;
}
</style>
border-color css
<style>
span { border-color: #254186; }
span { border-color: rgb(37,65,134); }
td.TdClassName
{
border-color: #254186;
}
.TagClassName
{
border-color: #254186;
}
</style>