Shades of Fun Blue #254678
Tints of Fun Blue #254678
RGB
CMYK
RGB Variations
Color information
#254678 (or 0x254678) is known color: Fun Blue. HEX triplet: 25, 46 and 78. RGB value is (37,70,120). Sum of RGB (Red+Green+Blue) = 37+70+120=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #254678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254678 is #DAB987. Grayscale: #414141. Windows color (decimal): -14334344 or 7882277. OLE color: 7882277.
HSL color Cylindrical-coordinate representation of color #254678: hue angle of 216.14º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #254678 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 37 | 70 | 120 | - |
| CMYK | 0.69 | 0.42 | 0 | 0.53 |
| HSL | 216.14º | 0.53% | 0.31% | - |
| HSV(B) | 216.14º | 0.69% | 0.47% | - |
| XYZ | 6.34 | 6.13 | 18.62 | - |
| YUV | 65.83 | 158.57 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 120 | 0.69 | 0.42 | 0 | 0.53 | 216.14 | 0.53 | 0.31 |
| Hex | 25 | 46 | 78 | 45 | 2A | 0 | 35 | D8 | 35 | 1F |
| Octal | 45 | 106 | 170 | 105 | 52 | 0 | 65 | 330 | 65 | 37 |
| Binary | 100101 | 1000110 | 1111000 | 1000101 | 101010 | 0 | 110101 | 11011000 | 110101 | 11111 |
Color Harmonies of #254678
Complementary color
Monochromatic Colors of #254678
Black with #254678
Text Example
Text Example
White with #254678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254678; }
p { color: rgb(37,70,120); }
H1.HeaderClassName
{
color: #254678;
}
.AnyTagClassName
{
color: #254678;
}
</style>
background-color css
<style>
a { background-color: #254678; }
a { background-color: rgb(37,70,120); }
div.DivClassName
{
background-color: #254678;
}
.BgClassName
{
background-color: #254678;
}
</style>
border-color css
<style>
span { border-color: #254678; }
span { border-color: rgb(37,70,120); }
td.TdClassName
{
border-color: #254678;
}
.TagClassName
{
border-color: #254678;
}
</style>