Shades of Resolution Blue #253589
Tints of Resolution Blue #253589
RGB
CMYK
RGB Variations
Color information
#253589 (or 0x253589) is known color: Resolution Blue. HEX triplet: 25, 35 and 89. RGB value is (37,53,137). Sum of RGB (Red+Green+Blue) = 37+53+137=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 137 (53.91% from 255 or 60.35% from 227); Max value from RGB is 137 - color contains mainly: blue. Hex color #253589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253589 is #DACA76. Grayscale: #393939. Windows color (decimal): -14338679 or 8992037. OLE color: 8992037.
HSL color Cylindrical-coordinate representation of color #253589: hue angle of 230.4º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #253589 is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 53 | 137 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.46 |
| HSL | 230.4º | 0.57% | 0.34% | - |
| HSV(B) | 230.4º | 0.73% | 0.54% | - |
| XYZ | 6.55 | 4.75 | 24.24 | - |
| YUV | 57.79 | 172.7 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 53 | 137 | 0.73 | 0.61 | 0 | 0.46 | 230.4 | 0.57 | 0.34 |
| Hex | 25 | 35 | 89 | 49 | 3D | 0 | 2E | E6 | 39 | 22 |
| Octal | 45 | 65 | 211 | 111 | 75 | 0 | 56 | 346 | 71 | 42 |
| Binary | 100101 | 110101 | 10001001 | 1001001 | 111101 | 0 | 101110 | 11100110 | 111001 | 100010 |
Color Harmonies of #253589
Complementary color
Monochromatic Colors of #253589
Black with #253589
Text Example
Text Example
White with #253589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253589; }
p { color: rgb(37,53,137); }
H1.HeaderClassName
{
color: #253589;
}
.AnyTagClassName
{
color: #253589;
}
</style>
background-color css
<style>
a { background-color: #253589; }
a { background-color: rgb(37,53,137); }
div.DivClassName
{
background-color: #253589;
}
.BgClassName
{
background-color: #253589;
}
</style>
border-color css
<style>
span { border-color: #253589; }
span { border-color: rgb(37,53,137); }
td.TdClassName
{
border-color: #253589;
}
.TagClassName
{
border-color: #253589;
}
</style>