Shades of Fun Blue #25458B
Tints of Fun Blue #25458B
RGB
CMYK
RGB Variations
Color information
#25458B (or 0x25458B) is known color: Fun Blue. HEX triplet: 25, 45 and 8B. RGB value is (37,69,139). Sum of RGB (Red+Green+Blue) = 37+69+139=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #25458B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25458B is #DABA74. Grayscale: #434343. Windows color (decimal): -14334581 or 9127205. OLE color: 9127205.
HSL color Cylindrical-coordinate representation of color #25458B: hue angle of 221.18º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25458B is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 69 | 139 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.45 |
| HSL | 221.18º | 0.58% | 0.35% | - |
| HSV(B) | 221.18º | 0.73% | 0.55% | - |
| XYZ | 7.55 | 6.51 | 25.29 | - |
| YUV | 67.41 | 168.4 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 69 | 139 | 0.73 | 0.50 | 0 | 0.45 | 221.18 | 0.58 | 0.35 |
| Hex | 25 | 45 | 8B | 49 | 32 | 0 | 2D | DD | 3A | 23 |
| Octal | 45 | 105 | 213 | 111 | 62 | 0 | 55 | 335 | 72 | 43 |
| Binary | 100101 | 1000101 | 10001011 | 1001001 | 110010 | 0 | 101101 | 11011101 | 111010 | 100011 |
Color Harmonies of #25458B
Complementary color
Monochromatic Colors of #25458B
Black with #25458B
Text Example
Text Example
White with #25458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25458B; }
p { color: rgb(37,69,139); }
H1.HeaderClassName
{
color: #25458B;
}
.AnyTagClassName
{
color: #25458B;
}
</style>
background-color css
<style>
a { background-color: #25458B; }
a { background-color: rgb(37,69,139); }
div.DivClassName
{
background-color: #25458B;
}
.BgClassName
{
background-color: #25458B;
}
</style>
border-color css
<style>
span { border-color: #25458B; }
span { border-color: rgb(37,69,139); }
td.TdClassName
{
border-color: #25458B;
}
.TagClassName
{
border-color: #25458B;
}
</style>