Shades of Resolution Blue #253D88
Tints of Resolution Blue #253D88
RGB
CMYK
RGB Variations
Color information
#253D88 (or 0x253D88) is known color: Resolution Blue. HEX triplet: 25, 3D and 88. RGB value is (37,61,136). Sum of RGB (Red+Green+Blue) = 37+61+136=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 61 (24.22% from 255 or 26.07% from 234); Blue value is 136 (53.52% from 255 or 58.12% from 234); Max value from RGB is 136 - color contains mainly: blue. Hex color #253D88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253D88 is #DAC277. Grayscale: #3E3E3E. Windows color (decimal): -14336632 or 8928549. OLE color: 8928549.
HSL color Cylindrical-coordinate representation of color #253D88: hue angle of 225.45º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #253D88 is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 61 | 136 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.47 |
| HSL | 225.45º | 0.57% | 0.34% | - |
| HSV(B) | 225.45º | 0.73% | 0.53% | - |
| XYZ | 6.88 | 5.51 | 23.99 | - |
| YUV | 62.37 | 169.55 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 136 | 0.73 | 0.55 | 0 | 0.47 | 225.45 | 0.57 | 0.34 |
| Hex | 25 | 3D | 88 | 49 | 37 | 0 | 2F | E1 | 39 | 22 |
| Octal | 45 | 75 | 210 | 111 | 67 | 0 | 57 | 341 | 71 | 42 |
| Binary | 100101 | 111101 | 10001000 | 1001001 | 110111 | 0 | 101111 | 11100001 | 111001 | 100010 |
Color Harmonies of #253D88
Complementary color
Monochromatic Colors of #253D88
Black with #253D88
Text Example
Text Example
White with #253D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253D88; }
p { color: rgb(37,61,136); }
H1.HeaderClassName
{
color: #253D88;
}
.AnyTagClassName
{
color: #253D88;
}
</style>
background-color css
<style>
a { background-color: #253D88; }
a { background-color: rgb(37,61,136); }
div.DivClassName
{
background-color: #253D88;
}
.BgClassName
{
background-color: #253D88;
}
</style>
border-color css
<style>
span { border-color: #253D88; }
span { border-color: rgb(37,61,136); }
td.TdClassName
{
border-color: #253D88;
}
.TagClassName
{
border-color: #253D88;
}
</style>