Shades of Resolution Blue #253C71
Tints of Resolution Blue #253C71
RGB
CMYK
RGB Variations
Color information
#253C71 (or 0x253C71) is known color: Resolution Blue. HEX triplet: 25, 3C and 71. RGB value is (37,60,113). Sum of RGB (Red+Green+Blue) = 37+60+113=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 113 (44.53% from 255 or 53.81% from 210); Max value from RGB is 113 - color contains mainly: blue. Hex color #253C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253C71 is #DAC38E. Grayscale: #3A3A3A. Windows color (decimal): -14336911 or 7420965. OLE color: 7420965.
HSL color Cylindrical-coordinate representation of color #253C71: hue angle of 221.84º 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 #253C71 is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 60 | 113 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.56 |
| HSL | 221.84º | 0.51% | 0.29% | - |
| HSV(B) | 221.84º | 0.67% | 0.44% | - |
| XYZ | 5.36 | 4.82 | 16.27 | - |
| YUV | 59.17 | 158.38 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 113 | 0.67 | 0.47 | 0 | 0.56 | 221.84 | 0.51 | 0.29 |
| Hex | 25 | 3C | 71 | 43 | 2F | 0 | 38 | DE | 33 | 1D |
| Octal | 45 | 74 | 161 | 103 | 57 | 0 | 70 | 336 | 63 | 35 |
| Binary | 100101 | 111100 | 1110001 | 1000011 | 101111 | 0 | 111000 | 11011110 | 110011 | 11101 |
Color Harmonies of #253C71
Complementary color
Monochromatic Colors of #253C71
Black with #253C71
Text Example
Text Example
White with #253C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253C71; }
p { color: rgb(37,60,113); }
H1.HeaderClassName
{
color: #253C71;
}
.AnyTagClassName
{
color: #253C71;
}
</style>
background-color css
<style>
a { background-color: #253C71; }
a { background-color: rgb(37,60,113); }
div.DivClassName
{
background-color: #253C71;
}
.BgClassName
{
background-color: #253C71;
}
</style>
border-color css
<style>
span { border-color: #253C71; }
span { border-color: rgb(37,60,113); }
td.TdClassName
{
border-color: #253C71;
}
.TagClassName
{
border-color: #253C71;
}
</style>