Shades of Resolution Blue #25316D
Tints of Resolution Blue #25316D
RGB
CMYK
RGB Variations
Color information
#25316D (or 0x25316D) is known color: Resolution Blue. HEX triplet: 25, 31 and 6D. RGB value is (37,49,109). Sum of RGB (Red+Green+Blue) = 37+49+109=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 109 (42.97% from 255 or 55.90% from 195); Max value from RGB is 109 - color contains mainly: blue. Hex color #25316D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25316D is #DACE92. Grayscale: #343434. Windows color (decimal): -14339731 or 7156005. OLE color: 7156005.
HSL color Cylindrical-coordinate representation of color #25316D: hue angle of 230º degrees, saturation: 0.49, 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 #25316D is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 49 | 109 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.57 |
| HSL | 230º | 0.49% | 0.29% | - |
| HSV(B) | 230º | 0.66% | 0.43% | - |
| XYZ | 4.62 | 3.69 | 14.94 | - |
| YUV | 52.25 | 160.02 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 49 | 109 | 0.66 | 0.55 | 0 | 0.57 | 230 | 0.49 | 0.29 |
| Hex | 25 | 31 | 6D | 42 | 37 | 0 | 39 | E6 | 31 | 1D |
| Octal | 45 | 61 | 155 | 102 | 67 | 0 | 71 | 346 | 61 | 35 |
| Binary | 100101 | 110001 | 1101101 | 1000010 | 110111 | 0 | 111001 | 11100110 | 110001 | 11101 |
Color Harmonies of #25316D
Complementary color
Monochromatic Colors of #25316D
Black with #25316D
Text Example
Text Example
White with #25316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25316D; }
p { color: rgb(37,49,109); }
H1.HeaderClassName
{
color: #25316D;
}
.AnyTagClassName
{
color: #25316D;
}
</style>
background-color css
<style>
a { background-color: #25316D; }
a { background-color: rgb(37,49,109); }
div.DivClassName
{
background-color: #25316D;
}
.BgClassName
{
background-color: #25316D;
}
</style>
border-color css
<style>
span { border-color: #25316D; }
span { border-color: rgb(37,49,109); }
td.TdClassName
{
border-color: #25316D;
}
.TagClassName
{
border-color: #25316D;
}
</style>