Shades of Resolution Blue #25357F
Tints of Resolution Blue #25357F
RGB
CMYK
RGB Variations
Color information
#25357F (or 0x25357F) is known color: Resolution Blue. HEX triplet: 25, 35 and 7F. RGB value is (37,53,127). Sum of RGB (Red+Green+Blue) = 37+53+127=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 127 (50% from 255 or 58.53% from 217); Max value from RGB is 127 - color contains mainly: blue. Hex color #25357F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25357F is #DACA80. Grayscale: #383838. Windows color (decimal): -14338689 or 8336677. OLE color: 8336677.
HSL color Cylindrical-coordinate representation of color #25357F: hue angle of 229.33º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25357F is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 53 | 127 | - |
| CMYK | 0.71 | 0.58 | 0 | 0.50 |
| HSL | 229.33º | 0.55% | 0.32% | - |
| HSV(B) | 229.33º | 0.71% | 0.5% | - |
| XYZ | 5.87 | 4.47 | 20.63 | - |
| YUV | 56.65 | 167.7 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 53 | 127 | 0.71 | 0.58 | 0 | 0.50 | 229.33 | 0.55 | 0.32 |
| Hex | 25 | 35 | 7F | 47 | 3A | 0 | 32 | E5 | 37 | 20 |
| Octal | 45 | 65 | 177 | 107 | 72 | 0 | 62 | 345 | 67 | 40 |
| Binary | 100101 | 110101 | 1111111 | 1000111 | 111010 | 0 | 110010 | 11100101 | 110111 | 100000 |
Color Harmonies of #25357F
Complementary color
Monochromatic Colors of #25357F
Black with #25357F
Text Example
Text Example
White with #25357F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25357F; }
p { color: rgb(37,53,127); }
H1.HeaderClassName
{
color: #25357F;
}
.AnyTagClassName
{
color: #25357F;
}
</style>
background-color css
<style>
a { background-color: #25357F; }
a { background-color: rgb(37,53,127); }
div.DivClassName
{
background-color: #25357F;
}
.BgClassName
{
background-color: #25357F;
}
</style>
border-color css
<style>
span { border-color: #25357F; }
span { border-color: rgb(37,53,127); }
td.TdClassName
{
border-color: #25357F;
}
.TagClassName
{
border-color: #25357F;
}
</style>