Shades of Fun Blue #254684
Tints of Fun Blue #254684
RGB
CMYK
RGB Variations
Color information
#254684 (or 0x254684) is known color: Fun Blue. HEX triplet: 25, 46 and 84. RGB value is (37,70,132). Sum of RGB (Red+Green+Blue) = 37+70+132=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 132 (51.95% from 255 or 55.23% from 239); Max value from RGB is 132 - color contains mainly: blue. Hex color #254684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254684 is #DAB97B. Grayscale: #424242. Windows color (decimal): -14334332 or 8668709. OLE color: 8668709.
HSL color Cylindrical-coordinate representation of color #254684: hue angle of 219.16º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #254684 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 70 | 132 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.48 |
| HSL | 219.16º | 0.56% | 0.33% | - |
| HSV(B) | 219.16º | 0.72% | 0.52% | - |
| XYZ | 7.12 | 6.44 | 22.7 | - |
| YUV | 67.2 | 164.57 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 132 | 0.72 | 0.47 | 0 | 0.48 | 219.16 | 0.56 | 0.33 |
| Hex | 25 | 46 | 84 | 48 | 2F | 0 | 30 | DB | 38 | 21 |
| Octal | 45 | 106 | 204 | 110 | 57 | 0 | 60 | 333 | 70 | 41 |
| Binary | 100101 | 1000110 | 10000100 | 1001000 | 101111 | 0 | 110000 | 11011011 | 111000 | 100001 |
Color Harmonies of #254684
Complementary color
Monochromatic Colors of #254684
Black with #254684
Text Example
Text Example
White with #254684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254684; }
p { color: rgb(37,70,132); }
H1.HeaderClassName
{
color: #254684;
}
.AnyTagClassName
{
color: #254684;
}
</style>
background-color css
<style>
a { background-color: #254684; }
a { background-color: rgb(37,70,132); }
div.DivClassName
{
background-color: #254684;
}
.BgClassName
{
background-color: #254684;
}
</style>
border-color css
<style>
span { border-color: #254684; }
span { border-color: rgb(37,70,132); }
td.TdClassName
{
border-color: #254684;
}
.TagClassName
{
border-color: #254684;
}
</style>