Shades of Fun Blue #25488C
Tints of Fun Blue #25488C
RGB
CMYK
RGB Variations
Color information
#25488C (or 0x25488C) is known color: Fun Blue. HEX triplet: 25, 48 and 8C. RGB value is (37,72,140). Sum of RGB (Red+Green+Blue) = 37+72+140=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 140 (55.08% from 255 or 56.22% from 249); Max value from RGB is 140 - color contains mainly: blue. Hex color #25488C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25488C is #DAB773. Grayscale: #444444. Windows color (decimal): -14333812 or 9193509. OLE color: 9193509.
HSL color Cylindrical-coordinate representation of color #25488C: hue angle of 219.61º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25488C is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 72 | 140 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.45 |
| HSL | 219.61º | 0.58% | 0.35% | - |
| HSV(B) | 219.61º | 0.74% | 0.55% | - |
| XYZ | 7.81 | 6.92 | 25.74 | - |
| YUV | 69.29 | 167.9 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 72 | 140 | 0.74 | 0.49 | 0 | 0.45 | 219.61 | 0.58 | 0.35 |
| Hex | 25 | 48 | 8C | 4A | 31 | 0 | 2D | DC | 3A | 23 |
| Octal | 45 | 110 | 214 | 112 | 61 | 0 | 55 | 334 | 72 | 43 |
| Binary | 100101 | 1001000 | 10001100 | 1001010 | 110001 | 0 | 101101 | 11011100 | 111010 | 100011 |
Color Harmonies of #25488C
Complementary color
Monochromatic Colors of #25488C
Black with #25488C
Text Example
Text Example
White with #25488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25488C; }
p { color: rgb(37,72,140); }
H1.HeaderClassName
{
color: #25488C;
}
.AnyTagClassName
{
color: #25488C;
}
</style>
background-color css
<style>
a { background-color: #25488C; }
a { background-color: rgb(37,72,140); }
div.DivClassName
{
background-color: #25488C;
}
.BgClassName
{
background-color: #25488C;
}
</style>
border-color css
<style>
span { border-color: #25488C; }
span { border-color: rgb(37,72,140); }
td.TdClassName
{
border-color: #25488C;
}
.TagClassName
{
border-color: #25488C;
}
</style>