Shades of Fun Blue #254A8A
Tints of Fun Blue #254A8A
RGB
CMYK
RGB Variations
Color information
#254A8A (or 0x254A8A) is known color: Fun Blue. HEX triplet: 25, 4A and 8A. RGB value is (37,74,138). Sum of RGB (Red+Green+Blue) = 37+74+138=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #254A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254A8A is #DAB575. Grayscale: #454545. Windows color (decimal): -14333302 or 9062949. OLE color: 9062949.
HSL color Cylindrical-coordinate representation of color #254A8A: hue angle of 218.02º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #254A8A is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 74 | 138 | - |
| CMYK | 0.73 | 0.46 | 0 | 0.46 |
| HSL | 218.02º | 0.58% | 0.34% | - |
| HSV(B) | 218.02º | 0.73% | 0.54% | - |
| XYZ | 7.8 | 7.13 | 25.01 | - |
| YUV | 70.23 | 166.24 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 74 | 138 | 0.73 | 0.46 | 0 | 0.46 | 218.02 | 0.58 | 0.34 |
| Hex | 25 | 4A | 8A | 49 | 2E | 0 | 2E | DA | 3A | 22 |
| Octal | 45 | 112 | 212 | 111 | 56 | 0 | 56 | 332 | 72 | 42 |
| Binary | 100101 | 1001010 | 10001010 | 1001001 | 101110 | 0 | 101110 | 11011010 | 111010 | 100010 |
Color Harmonies of #254A8A
Complementary color
Monochromatic Colors of #254A8A
Black with #254A8A
Text Example
Text Example
White with #254A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254A8A; }
p { color: rgb(37,74,138); }
H1.HeaderClassName
{
color: #254A8A;
}
.AnyTagClassName
{
color: #254A8A;
}
</style>
background-color css
<style>
a { background-color: #254A8A; }
a { background-color: rgb(37,74,138); }
div.DivClassName
{
background-color: #254A8A;
}
.BgClassName
{
background-color: #254A8A;
}
</style>
border-color css
<style>
span { border-color: #254A8A; }
span { border-color: rgb(37,74,138); }
td.TdClassName
{
border-color: #254A8A;
}
.TagClassName
{
border-color: #254A8A;
}
</style>