Shades of Resolution Blue #253170
Tints of Resolution Blue #253170
RGB
CMYK
RGB Variations
Color information
#253170 (or 0x253170) is known color: Resolution Blue. HEX triplet: 25, 31 and 70. RGB value is (37,49,112). Sum of RGB (Red+Green+Blue) = 37+49+112=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 112 (44.14% from 255 or 56.57% from 198); Max value from RGB is 112 - color contains mainly: blue. Hex color #253170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253170 is #DACE8F. Grayscale: #343434. Windows color (decimal): -14339728 or 7352613. OLE color: 7352613.
HSL color Cylindrical-coordinate representation of color #253170: hue angle of 230.4º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #253170 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 49 | 112 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.56 |
| HSL | 230.4º | 0.5% | 0.29% | - |
| HSV(B) | 230.4º | 0.67% | 0.44% | - |
| XYZ | 4.79 | 3.76 | 15.8 | - |
| YUV | 52.59 | 161.52 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 49 | 112 | 0.67 | 0.56 | 0 | 0.56 | 230.4 | 0.5 | 0.29 |
| Hex | 25 | 31 | 70 | 43 | 38 | 0 | 38 | E6 | 32 | 1D |
| Octal | 45 | 61 | 160 | 103 | 70 | 0 | 70 | 346 | 62 | 35 |
| Binary | 100101 | 110001 | 1110000 | 1000011 | 111000 | 0 | 111000 | 11100110 | 110010 | 11101 |
Color Harmonies of #253170
Complementary color
Monochromatic Colors of #253170
Black with #253170
Text Example
Text Example
White with #253170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253170; }
p { color: rgb(37,49,112); }
H1.HeaderClassName
{
color: #253170;
}
.AnyTagClassName
{
color: #253170;
}
</style>
background-color css
<style>
a { background-color: #253170; }
a { background-color: rgb(37,49,112); }
div.DivClassName
{
background-color: #253170;
}
.BgClassName
{
background-color: #253170;
}
</style>
border-color css
<style>
span { border-color: #253170; }
span { border-color: rgb(37,49,112); }
td.TdClassName
{
border-color: #253170;
}
.TagClassName
{
border-color: #253170;
}
</style>