Shades of Resolution Blue #25377D
Tints of Resolution Blue #25377D
RGB
CMYK
RGB Variations
Color information
#25377D (or 0x25377D) is known color: Resolution Blue. HEX triplet: 25, 37 and 7D. RGB value is (37,55,125). Sum of RGB (Red+Green+Blue) = 37+55+125=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 125 (49.22% from 255 or 57.60% from 217); Max value from RGB is 125 - color contains mainly: blue. Hex color #25377D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25377D is #DAC882. Grayscale: #393939. Windows color (decimal): -14338179 or 8206117. OLE color: 8206117.
HSL color Cylindrical-coordinate representation of color #25377D: hue angle of 227.73º 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 #25377D is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 55 | 125 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.51 |
| HSL | 227.73º | 0.54% | 0.32% | - |
| HSV(B) | 227.73º | 0.7% | 0.49% | - |
| XYZ | 5.83 | 4.61 | 19.98 | - |
| YUV | 57.6 | 166.04 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 55 | 125 | 0.70 | 0.56 | 0 | 0.51 | 227.73 | 0.54 | 0.32 |
| Hex | 25 | 37 | 7D | 46 | 38 | 0 | 33 | E4 | 36 | 20 |
| Octal | 45 | 67 | 175 | 106 | 70 | 0 | 63 | 344 | 66 | 40 |
| Binary | 100101 | 110111 | 1111101 | 1000110 | 111000 | 0 | 110011 | 11100100 | 110110 | 100000 |
Color Harmonies of #25377D
Complementary color
Monochromatic Colors of #25377D
Black with #25377D
Text Example
Text Example
White with #25377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25377D; }
p { color: rgb(37,55,125); }
H1.HeaderClassName
{
color: #25377D;
}
.AnyTagClassName
{
color: #25377D;
}
</style>
background-color css
<style>
a { background-color: #25377D; }
a { background-color: rgb(37,55,125); }
div.DivClassName
{
background-color: #25377D;
}
.BgClassName
{
background-color: #25377D;
}
</style>
border-color css
<style>
span { border-color: #25377D; }
span { border-color: rgb(37,55,125); }
td.TdClassName
{
border-color: #25377D;
}
.TagClassName
{
border-color: #25377D;
}
</style>