Shades of Resolution Blue #25377C
Tints of Resolution Blue #25377C
RGB
CMYK
RGB Variations
Color information
#25377C (or 0x25377C) is known color: Resolution Blue. HEX triplet: 25, 37 and 7C. RGB value is (37,55,124). Sum of RGB (Red+Green+Blue) = 37+55+124=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 124 (48.83% from 255 or 57.41% from 216); Max value from RGB is 124 - color contains mainly: blue. Hex color #25377C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25377C is #DAC883. Grayscale: #393939. Windows color (decimal): -14338180 or 8140581. OLE color: 8140581.
HSL color Cylindrical-coordinate representation of color #25377C: hue angle of 227.59º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25377C is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 55 | 124 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.51 |
| HSL | 227.59º | 0.54% | 0.32% | - |
| HSV(B) | 227.59º | 0.7% | 0.49% | - |
| XYZ | 5.77 | 4.58 | 19.65 | - |
| YUV | 57.48 | 165.54 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 55 | 124 | 0.70 | 0.56 | 0 | 0.51 | 227.59 | 0.54 | 0.32 |
| Hex | 25 | 37 | 7C | 46 | 38 | 0 | 33 | E4 | 36 | 20 |
| Octal | 45 | 67 | 174 | 106 | 70 | 0 | 63 | 344 | 66 | 40 |
| Binary | 100101 | 110111 | 1111100 | 1000110 | 111000 | 0 | 110011 | 11100100 | 110110 | 100000 |
Color Harmonies of #25377C
Complementary color
Monochromatic Colors of #25377C
Black with #25377C
Text Example
Text Example
White with #25377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25377C; }
p { color: rgb(37,55,124); }
H1.HeaderClassName
{
color: #25377C;
}
.AnyTagClassName
{
color: #25377C;
}
</style>
background-color css
<style>
a { background-color: #25377C; }
a { background-color: rgb(37,55,124); }
div.DivClassName
{
background-color: #25377C;
}
.BgClassName
{
background-color: #25377C;
}
</style>
border-color css
<style>
span { border-color: #25377C; }
span { border-color: rgb(37,55,124); }
td.TdClassName
{
border-color: #25377C;
}
.TagClassName
{
border-color: #25377C;
}
</style>