Shades of Resolution Blue #25357D
Tints of Resolution Blue #25357D
RGB
CMYK
RGB Variations
Color information
#25357D (or 0x25357D) is known color: Resolution Blue. HEX triplet: 25, 35 and 7D. RGB value is (37,53,125). Sum of RGB (Red+Green+Blue) = 37+53+125=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 125 (49.22% from 255 or 58.14% from 215); Max value from RGB is 125 - color contains mainly: blue. Hex color #25357D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25357D is #DACA82. Grayscale: #383838. Windows color (decimal): -14338691 or 8205605. OLE color: 8205605.
HSL color Cylindrical-coordinate representation of color #25357D: hue angle of 229.09º 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 #25357D is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 53 | 125 | - |
| CMYK | 0.70 | 0.58 | 0 | 0.51 |
| HSL | 229.09º | 0.54% | 0.32% | - |
| HSV(B) | 229.09º | 0.7% | 0.49% | - |
| XYZ | 5.74 | 4.42 | 19.95 | - |
| YUV | 56.42 | 166.7 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 53 | 125 | 0.70 | 0.58 | 0 | 0.51 | 229.09 | 0.54 | 0.32 |
| Hex | 25 | 35 | 7D | 46 | 3A | 0 | 33 | E5 | 36 | 20 |
| Octal | 45 | 65 | 175 | 106 | 72 | 0 | 63 | 345 | 66 | 40 |
| Binary | 100101 | 110101 | 1111101 | 1000110 | 111010 | 0 | 110011 | 11100101 | 110110 | 100000 |
Color Harmonies of #25357D
Complementary color
Monochromatic Colors of #25357D
Black with #25357D
Text Example
Text Example
White with #25357D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25357D; }
p { color: rgb(37,53,125); }
H1.HeaderClassName
{
color: #25357D;
}
.AnyTagClassName
{
color: #25357D;
}
</style>
background-color css
<style>
a { background-color: #25357D; }
a { background-color: rgb(37,53,125); }
div.DivClassName
{
background-color: #25357D;
}
.BgClassName
{
background-color: #25357D;
}
</style>
border-color css
<style>
span { border-color: #25357D; }
span { border-color: rgb(37,53,125); }
td.TdClassName
{
border-color: #25357D;
}
.TagClassName
{
border-color: #25357D;
}
</style>