Shades of Resolution Blue #253970
Tints of Resolution Blue #253970
RGB
CMYK
RGB Variations
Color information
#253970 (or 0x253970) is known color: Resolution Blue. HEX triplet: 25, 39 and 70. RGB value is (37,57,112). Sum of RGB (Red+Green+Blue) = 37+57+112=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #253970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253970 is #DAC68F. Grayscale: #393939. Windows color (decimal): -14337680 or 7354661. OLE color: 7354661.
HSL color Cylindrical-coordinate representation of color #253970: hue angle of 224º 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 #253970 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 57 | 112 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.56 |
| HSL | 224º | 0.5% | 0.29% | - |
| HSV(B) | 224º | 0.67% | 0.44% | - |
| XYZ | 5.15 | 4.49 | 15.92 | - |
| YUV | 57.29 | 158.87 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 57 | 112 | 0.67 | 0.49 | 0 | 0.56 | 224 | 0.5 | 0.29 |
| Hex | 25 | 39 | 70 | 43 | 31 | 0 | 38 | E0 | 32 | 1D |
| Octal | 45 | 71 | 160 | 103 | 61 | 0 | 70 | 340 | 62 | 35 |
| Binary | 100101 | 111001 | 1110000 | 1000011 | 110001 | 0 | 111000 | 11100000 | 110010 | 11101 |
Color Harmonies of #253970
Complementary color
Monochromatic Colors of #253970
Black with #253970
Text Example
Text Example
White with #253970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253970; }
p { color: rgb(37,57,112); }
H1.HeaderClassName
{
color: #253970;
}
.AnyTagClassName
{
color: #253970;
}
</style>
background-color css
<style>
a { background-color: #253970; }
a { background-color: rgb(37,57,112); }
div.DivClassName
{
background-color: #253970;
}
.BgClassName
{
background-color: #253970;
}
</style>
border-color css
<style>
span { border-color: #253970; }
span { border-color: rgb(37,57,112); }
td.TdClassName
{
border-color: #253970;
}
.TagClassName
{
border-color: #253970;
}
</style>