Shades of Resolution Blue #25396E
Tints of Resolution Blue #25396E
RGB
CMYK
RGB Variations
Color information
#25396E (or 0x25396E) is known color: Resolution Blue. HEX triplet: 25, 39 and 6E. RGB value is (37,57,110). Sum of RGB (Red+Green+Blue) = 37+57+110=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 110 (43.36% from 255 or 53.92% from 204); Max value from RGB is 110 - color contains mainly: blue. Hex color #25396E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25396E is #DAC691. Grayscale: #383838. Windows color (decimal): -14337682 or 7223589. OLE color: 7223589.
HSL color Cylindrical-coordinate representation of color #25396E: hue angle of 223.56º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25396E is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 57 | 110 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.57 |
| HSL | 223.56º | 0.5% | 0.29% | - |
| HSV(B) | 223.56º | 0.66% | 0.43% | - |
| XYZ | 5.04 | 4.45 | 15.34 | - |
| YUV | 57.06 | 157.87 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 57 | 110 | 0.66 | 0.48 | 0 | 0.57 | 223.56 | 0.5 | 0.29 |
| Hex | 25 | 39 | 6E | 42 | 30 | 0 | 39 | E0 | 32 | 1D |
| Octal | 45 | 71 | 156 | 102 | 60 | 0 | 71 | 340 | 62 | 35 |
| Binary | 100101 | 111001 | 1101110 | 1000010 | 110000 | 0 | 111001 | 11100000 | 110010 | 11101 |
Color Harmonies of #25396E
Complementary color
Monochromatic Colors of #25396E
Black with #25396E
Text Example
Text Example
White with #25396E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25396E; }
p { color: rgb(37,57,110); }
H1.HeaderClassName
{
color: #25396E;
}
.AnyTagClassName
{
color: #25396E;
}
</style>
background-color css
<style>
a { background-color: #25396E; }
a { background-color: rgb(37,57,110); }
div.DivClassName
{
background-color: #25396E;
}
.BgClassName
{
background-color: #25396E;
}
</style>
border-color css
<style>
span { border-color: #25396E; }
span { border-color: rgb(37,57,110); }
td.TdClassName
{
border-color: #25396E;
}
.TagClassName
{
border-color: #25396E;
}
</style>