Shades of Fun Blue #254682
Tints of Fun Blue #254682
RGB
CMYK
RGB Variations
Color information
#254682 (or 0x254682) is known color: Fun Blue. HEX triplet: 25, 46 and 82. RGB value is (37,70,130). Sum of RGB (Red+Green+Blue) = 37+70+130=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 130 (51.17% from 255 or 54.85% from 237); Max value from RGB is 130 - color contains mainly: blue. Hex color #254682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254682 is #DAB97D. Grayscale: #424242. Windows color (decimal): -14334334 or 8537637. OLE color: 8537637.
HSL color Cylindrical-coordinate representation of color #254682: hue angle of 218.71º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #254682 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 70 | 130 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.49 |
| HSL | 218.71º | 0.56% | 0.33% | - |
| HSV(B) | 218.71º | 0.72% | 0.51% | - |
| XYZ | 6.98 | 6.39 | 21.98 | - |
| YUV | 66.97 | 163.57 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 130 | 0.72 | 0.46 | 0 | 0.49 | 218.71 | 0.56 | 0.33 |
| Hex | 25 | 46 | 82 | 48 | 2E | 0 | 31 | DB | 38 | 21 |
| Octal | 45 | 106 | 202 | 110 | 56 | 0 | 61 | 333 | 70 | 41 |
| Binary | 100101 | 1000110 | 10000010 | 1001000 | 101110 | 0 | 110001 | 11011011 | 111000 | 100001 |
Color Harmonies of #254682
Complementary color
Monochromatic Colors of #254682
Black with #254682
Text Example
Text Example
White with #254682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254682; }
p { color: rgb(37,70,130); }
H1.HeaderClassName
{
color: #254682;
}
.AnyTagClassName
{
color: #254682;
}
</style>
background-color css
<style>
a { background-color: #254682; }
a { background-color: rgb(37,70,130); }
div.DivClassName
{
background-color: #254682;
}
.BgClassName
{
background-color: #254682;
}
</style>
border-color css
<style>
span { border-color: #254682; }
span { border-color: rgb(37,70,130); }
td.TdClassName
{
border-color: #254682;
}
.TagClassName
{
border-color: #254682;
}
</style>