Shades of Fun Blue #254785
Tints of Fun Blue #254785
RGB
CMYK
RGB Variations
Color information
#254785 (or 0x254785) is known color: Fun Blue. HEX triplet: 25, 47 and 85. RGB value is (37,71,133). Sum of RGB (Red+Green+Blue) = 37+71+133=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 133 (52.34% from 255 or 55.19% from 241); Max value from RGB is 133 - color contains mainly: blue. Hex color #254785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254785 is #DAB87A. Grayscale: #434343. Windows color (decimal): -14334075 or 8734501. OLE color: 8734501.
HSL color Cylindrical-coordinate representation of color #254785: hue angle of 218.75º 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 #254785 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 71 | 133 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.48 |
| HSL | 218.75º | 0.56% | 0.33% | - |
| HSV(B) | 218.75º | 0.72% | 0.52% | - |
| XYZ | 7.25 | 6.59 | 23.08 | - |
| YUV | 67.9 | 164.74 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 71 | 133 | 0.72 | 0.47 | 0 | 0.48 | 218.75 | 0.56 | 0.33 |
| Hex | 25 | 47 | 85 | 48 | 2F | 0 | 30 | DB | 38 | 21 |
| Octal | 45 | 107 | 205 | 110 | 57 | 0 | 60 | 333 | 70 | 41 |
| Binary | 100101 | 1000111 | 10000101 | 1001000 | 101111 | 0 | 110000 | 11011011 | 111000 | 100001 |
Color Harmonies of #254785
Complementary color
Monochromatic Colors of #254785
Black with #254785
Text Example
Text Example
White with #254785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254785; }
p { color: rgb(37,71,133); }
H1.HeaderClassName
{
color: #254785;
}
.AnyTagClassName
{
color: #254785;
}
</style>
background-color css
<style>
a { background-color: #254785; }
a { background-color: rgb(37,71,133); }
div.DivClassName
{
background-color: #254785;
}
.BgClassName
{
background-color: #254785;
}
</style>
border-color css
<style>
span { border-color: #254785; }
span { border-color: rgb(37,71,133); }
td.TdClassName
{
border-color: #254785;
}
.TagClassName
{
border-color: #254785;
}
</style>