Shades of Fun Blue #254685
Tints of Fun Blue #254685
RGB
CMYK
RGB Variations
Color information
#254685 (or 0x254685) is known color: Fun Blue. HEX triplet: 25, 46 and 85. RGB value is (37,70,133). Sum of RGB (Red+Green+Blue) = 37+70+133=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #254685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254685 is #DAB97A. Grayscale: #434343. Windows color (decimal): -14334331 or 8734245. OLE color: 8734245.
HSL color Cylindrical-coordinate representation of color #254685: hue angle of 219.38º 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 #254685 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 70 | 133 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.48 |
| HSL | 219.38º | 0.56% | 0.33% | - |
| HSV(B) | 219.38º | 0.72% | 0.52% | - |
| XYZ | 7.19 | 6.47 | 23.06 | - |
| YUV | 67.32 | 165.07 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 133 | 0.72 | 0.47 | 0 | 0.48 | 219.38 | 0.56 | 0.33 |
| Hex | 25 | 46 | 85 | 48 | 2F | 0 | 30 | DB | 38 | 21 |
| Octal | 45 | 106 | 205 | 110 | 57 | 0 | 60 | 333 | 70 | 41 |
| Binary | 100101 | 1000110 | 10000101 | 1001000 | 101111 | 0 | 110000 | 11011011 | 111000 | 100001 |
Color Harmonies of #254685
Complementary color
Monochromatic Colors of #254685
Black with #254685
Text Example
Text Example
White with #254685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254685; }
p { color: rgb(37,70,133); }
H1.HeaderClassName
{
color: #254685;
}
.AnyTagClassName
{
color: #254685;
}
</style>
background-color css
<style>
a { background-color: #254685; }
a { background-color: rgb(37,70,133); }
div.DivClassName
{
background-color: #254685;
}
.BgClassName
{
background-color: #254685;
}
</style>
border-color css
<style>
span { border-color: #254685; }
span { border-color: rgb(37,70,133); }
td.TdClassName
{
border-color: #254685;
}
.TagClassName
{
border-color: #254685;
}
</style>