Shades of Resolution Blue #253D71
Tints of Resolution Blue #253D71
RGB
CMYK
RGB Variations
Color information
#253D71 (or 0x253D71) is known color: Resolution Blue. HEX triplet: 25, 3D and 71. RGB value is (37,61,113). Sum of RGB (Red+Green+Blue) = 37+61+113=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #253D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253D71 is #DAC28E. Grayscale: #3B3B3B. Windows color (decimal): -14336655 or 7421221. OLE color: 7421221.
HSL color Cylindrical-coordinate representation of color #253D71: hue angle of 221.05º degrees, saturation: 0.51, 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 #253D71 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 61 | 113 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.56 |
| HSL | 221.05º | 0.51% | 0.29% | - |
| HSV(B) | 221.05º | 0.67% | 0.44% | - |
| XYZ | 5.41 | 4.92 | 16.29 | - |
| YUV | 59.75 | 158.05 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 113 | 0.67 | 0.46 | 0 | 0.56 | 221.05 | 0.51 | 0.29 |
| Hex | 25 | 3D | 71 | 43 | 2E | 0 | 38 | DD | 33 | 1D |
| Octal | 45 | 75 | 161 | 103 | 56 | 0 | 70 | 335 | 63 | 35 |
| Binary | 100101 | 111101 | 1110001 | 1000011 | 101110 | 0 | 111000 | 11011101 | 110011 | 11101 |
Color Harmonies of #253D71
Complementary color
Monochromatic Colors of #253D71
Black with #253D71
Text Example
Text Example
White with #253D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253D71; }
p { color: rgb(37,61,113); }
H1.HeaderClassName
{
color: #253D71;
}
.AnyTagClassName
{
color: #253D71;
}
</style>
background-color css
<style>
a { background-color: #253D71; }
a { background-color: rgb(37,61,113); }
div.DivClassName
{
background-color: #253D71;
}
.BgClassName
{
background-color: #253D71;
}
</style>
border-color css
<style>
span { border-color: #253D71; }
span { border-color: rgb(37,61,113); }
td.TdClassName
{
border-color: #253D71;
}
.TagClassName
{
border-color: #253D71;
}
</style>