Shades of Fun Blue #25488F
Tints of Fun Blue #25488F
RGB
CMYK
RGB Variations
Color information
#25488F (or 0x25488F) is known color: Fun Blue. HEX triplet: 25, 48 and 8F. RGB value is (37,72,143). Sum of RGB (Red+Green+Blue) = 37+72+143=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 143 (56.25% from 255 or 56.75% from 252); Max value from RGB is 143 - color contains mainly: blue. Hex color #25488F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25488F is #DAB770. Grayscale: #454545. Windows color (decimal): -14333809 or 9390117. OLE color: 9390117.
HSL color Cylindrical-coordinate representation of color #25488F: hue angle of 220.19º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25488F is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 72 | 143 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.44 |
| HSL | 220.19º | 0.59% | 0.35% | - |
| HSV(B) | 220.19º | 0.74% | 0.56% | - |
| XYZ | 8.04 | 7.01 | 26.92 | - |
| YUV | 69.63 | 169.4 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 72 | 143 | 0.74 | 0.50 | 0 | 0.44 | 220.19 | 0.59 | 0.35 |
| Hex | 25 | 48 | 8F | 4A | 32 | 0 | 2C | DC | 3B | 23 |
| Octal | 45 | 110 | 217 | 112 | 62 | 0 | 54 | 334 | 73 | 43 |
| Binary | 100101 | 1001000 | 10001111 | 1001010 | 110010 | 0 | 101100 | 11011100 | 111011 | 100011 |
Color Harmonies of #25488F
Complementary color
Monochromatic Colors of #25488F
Black with #25488F
Text Example
Text Example
White with #25488F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25488F; }
p { color: rgb(37,72,143); }
H1.HeaderClassName
{
color: #25488F;
}
.AnyTagClassName
{
color: #25488F;
}
</style>
background-color css
<style>
a { background-color: #25488F; }
a { background-color: rgb(37,72,143); }
div.DivClassName
{
background-color: #25488F;
}
.BgClassName
{
background-color: #25488F;
}
</style>
border-color css
<style>
span { border-color: #25488F; }
span { border-color: rgb(37,72,143); }
td.TdClassName
{
border-color: #25488F;
}
.TagClassName
{
border-color: #25488F;
}
</style>