Shades of Resolution Blue #25358E
Tints of Resolution Blue #25358E
RGB
CMYK
RGB Variations
Color information
#25358E (or 0x25358E) is known color: Resolution Blue. HEX triplet: 25, 35 and 8E. RGB value is (37,53,142). Sum of RGB (Red+Green+Blue) = 37+53+142=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 142 (55.86% from 255 or 61.21% from 232); Max value from RGB is 142 - color contains mainly: blue. Hex color #25358E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25358E is #DACA71. Grayscale: #393939. Windows color (decimal): -14338674 or 9319717. OLE color: 9319717.
HSL color Cylindrical-coordinate representation of color #25358E: hue angle of 230.86º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25358E is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 53 | 142 | - |
| CMYK | 0.74 | 0.63 | 0 | 0.44 |
| HSL | 230.86º | 0.59% | 0.35% | - |
| HSV(B) | 230.86º | 0.74% | 0.56% | - |
| XYZ | 6.92 | 4.89 | 26.17 | - |
| YUV | 58.36 | 175.2 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 53 | 142 | 0.74 | 0.63 | 0 | 0.44 | 230.86 | 0.59 | 0.35 |
| Hex | 25 | 35 | 8E | 4A | 3F | 0 | 2C | E7 | 3B | 23 |
| Octal | 45 | 65 | 216 | 112 | 77 | 0 | 54 | 347 | 73 | 43 |
| Binary | 100101 | 110101 | 10001110 | 1001010 | 111111 | 0 | 101100 | 11100111 | 111011 | 100011 |
Color Harmonies of #25358E
Complementary color
Monochromatic Colors of #25358E
Black with #25358E
Text Example
Text Example
White with #25358E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25358E; }
p { color: rgb(37,53,142); }
H1.HeaderClassName
{
color: #25358E;
}
.AnyTagClassName
{
color: #25358E;
}
</style>
background-color css
<style>
a { background-color: #25358E; }
a { background-color: rgb(37,53,142); }
div.DivClassName
{
background-color: #25358E;
}
.BgClassName
{
background-color: #25358E;
}
</style>
border-color css
<style>
span { border-color: #25358E; }
span { border-color: rgb(37,53,142); }
td.TdClassName
{
border-color: #25358E;
}
.TagClassName
{
border-color: #25358E;
}
</style>