Shades of Resolution Blue #253D86
Tints of Resolution Blue #253D86
RGB
CMYK
RGB Variations
Color information
#253D86 (or 0x253D86) is known color: Resolution Blue. HEX triplet: 25, 3D and 86. RGB value is (37,61,134). Sum of RGB (Red+Green+Blue) = 37+61+134=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 134 (52.73% from 255 or 57.76% from 232); Max value from RGB is 134 - color contains mainly: blue. Hex color #253D86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253D86 is #DAC279. Grayscale: #3D3D3D. Windows color (decimal): -14336634 or 8797477. OLE color: 8797477.
HSL color Cylindrical-coordinate representation of color #253D86: hue angle of 225.15º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #253D86 is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 61 | 134 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.47 |
| HSL | 225.15º | 0.57% | 0.34% | - |
| HSV(B) | 225.15º | 0.72% | 0.53% | - |
| XYZ | 6.73 | 5.45 | 23.25 | - |
| YUV | 62.15 | 168.55 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 134 | 0.72 | 0.54 | 0 | 0.47 | 225.15 | 0.57 | 0.34 |
| Hex | 25 | 3D | 86 | 48 | 36 | 0 | 2F | E1 | 39 | 22 |
| Octal | 45 | 75 | 206 | 110 | 66 | 0 | 57 | 341 | 71 | 42 |
| Binary | 100101 | 111101 | 10000110 | 1001000 | 110110 | 0 | 101111 | 11100001 | 111001 | 100010 |
Color Harmonies of #253D86
Complementary color
Monochromatic Colors of #253D86
Black with #253D86
Text Example
Text Example
White with #253D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253D86; }
p { color: rgb(37,61,134); }
H1.HeaderClassName
{
color: #253D86;
}
.AnyTagClassName
{
color: #253D86;
}
</style>
background-color css
<style>
a { background-color: #253D86; }
a { background-color: rgb(37,61,134); }
div.DivClassName
{
background-color: #253D86;
}
.BgClassName
{
background-color: #253D86;
}
</style>
border-color css
<style>
span { border-color: #253D86; }
span { border-color: rgb(37,61,134); }
td.TdClassName
{
border-color: #253D86;
}
.TagClassName
{
border-color: #253D86;
}
</style>