Shades of Fun Blue #254188
Tints of Fun Blue #254188
RGB
CMYK
RGB Variations
Color information
#254188 (or 0x254188) is known color: Fun Blue. HEX triplet: 25, 41 and 88. RGB value is (37,65,136). Sum of RGB (Red+Green+Blue) = 37+65+136=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 136 (53.52% from 255 or 57.14% from 238); Max value from RGB is 136 - color contains mainly: blue. Hex color #254188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254188 is #DABE77. Grayscale: #404040. Windows color (decimal): -14335608 or 8929573. OLE color: 8929573.
HSL color Cylindrical-coordinate representation of color #254188: hue angle of 223.03º 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 #254188 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 65 | 136 | - |
| CMYK | 0.73 | 0.52 | 0 | 0.47 |
| HSL | 223.03º | 0.57% | 0.34% | - |
| HSV(B) | 223.03º | 0.73% | 0.53% | - |
| XYZ | 7.1 | 5.95 | 24.07 | - |
| YUV | 64.72 | 168.22 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 65 | 136 | 0.73 | 0.52 | 0 | 0.47 | 223.03 | 0.57 | 0.34 |
| Hex | 25 | 41 | 88 | 49 | 34 | 0 | 2F | DF | 39 | 22 |
| Octal | 45 | 101 | 210 | 111 | 64 | 0 | 57 | 337 | 71 | 42 |
| Binary | 100101 | 1000001 | 10001000 | 1001001 | 110100 | 0 | 101111 | 11011111 | 111001 | 100010 |
Color Harmonies of #254188
Complementary color
Monochromatic Colors of #254188
Black with #254188
Text Example
Text Example
White with #254188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254188; }
p { color: rgb(37,65,136); }
H1.HeaderClassName
{
color: #254188;
}
.AnyTagClassName
{
color: #254188;
}
</style>
background-color css
<style>
a { background-color: #254188; }
a { background-color: rgb(37,65,136); }
div.DivClassName
{
background-color: #254188;
}
.BgClassName
{
background-color: #254188;
}
</style>
border-color css
<style>
span { border-color: #254188; }
span { border-color: rgb(37,65,136); }
td.TdClassName
{
border-color: #254188;
}
.TagClassName
{
border-color: #254188;
}
</style>