Shades of Fun Blue #25457E
Tints of Fun Blue #25457E
RGB
CMYK
RGB Variations
Color information
#25457E (or 0x25457E) is known color: Fun Blue. HEX triplet: 25, 45 and 7E. RGB value is (37,69,126). Sum of RGB (Red+Green+Blue) = 37+69+126=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 126 (49.61% from 255 or 54.31% from 232); Max value from RGB is 126 - color contains mainly: blue. Hex color #25457E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25457E is #DABA81. Grayscale: #414141. Windows color (decimal): -14334594 or 8275237. OLE color: 8275237.
HSL color Cylindrical-coordinate representation of color #25457E: hue angle of 218.43º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25457E is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 69 | 126 | - |
| CMYK | 0.71 | 0.45 | 0 | 0.51 |
| HSL | 218.43º | 0.55% | 0.32% | - |
| HSV(B) | 218.43º | 0.71% | 0.49% | - |
| XYZ | 6.66 | 6.16 | 20.58 | - |
| YUV | 65.93 | 161.9 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 69 | 126 | 0.71 | 0.45 | 0 | 0.51 | 218.43 | 0.55 | 0.32 |
| Hex | 25 | 45 | 7E | 47 | 2D | 0 | 33 | DA | 37 | 20 |
| Octal | 45 | 105 | 176 | 107 | 55 | 0 | 63 | 332 | 67 | 40 |
| Binary | 100101 | 1000101 | 1111110 | 1000111 | 101101 | 0 | 110011 | 11011010 | 110111 | 100000 |
Color Harmonies of #25457E
Complementary color
Monochromatic Colors of #25457E
Black with #25457E
Text Example
Text Example
White with #25457E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25457E; }
p { color: rgb(37,69,126); }
H1.HeaderClassName
{
color: #25457E;
}
.AnyTagClassName
{
color: #25457E;
}
</style>
background-color css
<style>
a { background-color: #25457E; }
a { background-color: rgb(37,69,126); }
div.DivClassName
{
background-color: #25457E;
}
.BgClassName
{
background-color: #25457E;
}
</style>
border-color css
<style>
span { border-color: #25457E; }
span { border-color: rgb(37,69,126); }
td.TdClassName
{
border-color: #25457E;
}
.TagClassName
{
border-color: #25457E;
}
</style>