Shades of Resolution Blue #253289
Tints of Resolution Blue #253289
RGB
CMYK
RGB Variations
Color information
#253289 (or 0x253289) is known color: Resolution Blue. HEX triplet: 25, 32 and 89. RGB value is (37,50,137). Sum of RGB (Red+Green+Blue) = 37+50+137=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 137 (53.91% from 255 or 61.16% from 224); Max value from RGB is 137 - color contains mainly: blue. Hex color #253289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253289 is #DACD76. Grayscale: #373737. Windows color (decimal): -14339447 or 8991269. OLE color: 8991269.
HSL color Cylindrical-coordinate representation of color #253289: hue angle of 232.2º 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 #253289 is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 50 | 137 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.46 |
| HSL | 232.2º | 0.57% | 0.34% | - |
| HSV(B) | 232.2º | 0.73% | 0.54% | - |
| XYZ | 6.42 | 4.48 | 24.19 | - |
| YUV | 56.03 | 173.69 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 50 | 137 | 0.73 | 0.64 | 0 | 0.46 | 232.2 | 0.57 | 0.34 |
| Hex | 25 | 32 | 89 | 49 | 40 | 0 | 2E | E8 | 39 | 22 |
| Octal | 45 | 62 | 211 | 111 | 100 | 0 | 56 | 350 | 71 | 42 |
| Binary | 100101 | 110010 | 10001001 | 1001001 | 1000000 | 0 | 101110 | 11101000 | 111001 | 100010 |
Color Harmonies of #253289
Complementary color
Monochromatic Colors of #253289
Black with #253289
Text Example
Text Example
White with #253289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253289; }
p { color: rgb(37,50,137); }
H1.HeaderClassName
{
color: #253289;
}
.AnyTagClassName
{
color: #253289;
}
</style>
background-color css
<style>
a { background-color: #253289; }
a { background-color: rgb(37,50,137); }
div.DivClassName
{
background-color: #253289;
}
.BgClassName
{
background-color: #253289;
}
</style>
border-color css
<style>
span { border-color: #253289; }
span { border-color: rgb(37,50,137); }
td.TdClassName
{
border-color: #253289;
}
.TagClassName
{
border-color: #253289;
}
</style>