Shades of Fun Blue #25477B
Tints of Fun Blue #25477B
RGB
CMYK
RGB Variations
Color information
#25477B (or 0x25477B) is known color: Fun Blue. HEX triplet: 25, 47 and 7B. RGB value is (37,71,123). Sum of RGB (Red+Green+Blue) = 37+71+123=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 123 (48.44% from 255 or 53.25% from 231); Max value from RGB is 123 - color contains mainly: blue. Hex color #25477B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25477B is #DAB884. Grayscale: #424242. Windows color (decimal): -14334085 or 8079141. OLE color: 8079141.
HSL color Cylindrical-coordinate representation of color #25477B: hue angle of 216.28º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25477B is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 71 | 123 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.52 |
| HSL | 216.28º | 0.54% | 0.31% | - |
| HSV(B) | 216.28º | 0.7% | 0.48% | - |
| XYZ | 6.59 | 6.33 | 19.61 | - |
| YUV | 66.76 | 159.74 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 71 | 123 | 0.70 | 0.42 | 0 | 0.52 | 216.28 | 0.54 | 0.31 |
| Hex | 25 | 47 | 7B | 46 | 2A | 0 | 34 | D8 | 36 | 1F |
| Octal | 45 | 107 | 173 | 106 | 52 | 0 | 64 | 330 | 66 | 37 |
| Binary | 100101 | 1000111 | 1111011 | 1000110 | 101010 | 0 | 110100 | 11011000 | 110110 | 11111 |
Color Harmonies of #25477B
Complementary color
Monochromatic Colors of #25477B
Black with #25477B
Text Example
Text Example
White with #25477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25477B; }
p { color: rgb(37,71,123); }
H1.HeaderClassName
{
color: #25477B;
}
.AnyTagClassName
{
color: #25477B;
}
</style>
background-color css
<style>
a { background-color: #25477B; }
a { background-color: rgb(37,71,123); }
div.DivClassName
{
background-color: #25477B;
}
.BgClassName
{
background-color: #25477B;
}
</style>
border-color css
<style>
span { border-color: #25477B; }
span { border-color: rgb(37,71,123); }
td.TdClassName
{
border-color: #25477B;
}
.TagClassName
{
border-color: #25477B;
}
</style>