Shades of Fun Blue #25458C
Tints of Fun Blue #25458C
RGB
CMYK
RGB Variations
Color information
#25458C (or 0x25458C) is known color: Fun Blue. HEX triplet: 25, 45 and 8C. RGB value is (37,69,140). Sum of RGB (Red+Green+Blue) = 37+69+140=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 140 (55.08% from 255 or 56.91% from 246); Max value from RGB is 140 - color contains mainly: blue. Hex color #25458C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25458C is #DABA73. Grayscale: #434343. Windows color (decimal): -14334580 or 9192741. OLE color: 9192741.
HSL color Cylindrical-coordinate representation of color #25458C: hue angle of 221.36º 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 #25458C is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 69 | 140 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.45 |
| HSL | 221.36º | 0.58% | 0.35% | - |
| HSV(B) | 221.36º | 0.74% | 0.55% | - |
| XYZ | 7.62 | 6.54 | 25.67 | - |
| YUV | 67.53 | 168.9 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 69 | 140 | 0.74 | 0.51 | 0 | 0.45 | 221.36 | 0.58 | 0.35 |
| Hex | 25 | 45 | 8C | 4A | 33 | 0 | 2D | DD | 3A | 23 |
| Octal | 45 | 105 | 214 | 112 | 63 | 0 | 55 | 335 | 72 | 43 |
| Binary | 100101 | 1000101 | 10001100 | 1001010 | 110011 | 0 | 101101 | 11011101 | 111010 | 100011 |
Color Harmonies of #25458C
Complementary color
Monochromatic Colors of #25458C
Black with #25458C
Text Example
Text Example
White with #25458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25458C; }
p { color: rgb(37,69,140); }
H1.HeaderClassName
{
color: #25458C;
}
.AnyTagClassName
{
color: #25458C;
}
</style>
background-color css
<style>
a { background-color: #25458C; }
a { background-color: rgb(37,69,140); }
div.DivClassName
{
background-color: #25458C;
}
.BgClassName
{
background-color: #25458C;
}
</style>
border-color css
<style>
span { border-color: #25458C; }
span { border-color: rgb(37,69,140); }
td.TdClassName
{
border-color: #25458C;
}
.TagClassName
{
border-color: #25458C;
}
</style>