Shades of Resolution Blue #253C73
Tints of Resolution Blue #253C73
RGB
CMYK
RGB Variations
Color information
#253C73 (or 0x253C73) is known color: Resolution Blue. HEX triplet: 25, 3C and 73. RGB value is (37,60,115). Sum of RGB (Red+Green+Blue) = 37+60+115=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #253C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253C73 is #DAC38C. Grayscale: #3B3B3B. Windows color (decimal): -14336909 or 7552037. OLE color: 7552037.
HSL color Cylindrical-coordinate representation of color #253C73: hue angle of 222.31º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #253C73 is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 60 | 115 | - |
| CMYK | 0.68 | 0.48 | 0 | 0.55 |
| HSL | 222.31º | 0.51% | 0.3% | - |
| HSV(B) | 222.31º | 0.68% | 0.45% | - |
| XYZ | 5.47 | 4.86 | 16.87 | - |
| YUV | 59.39 | 159.38 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 115 | 0.68 | 0.48 | 0 | 0.55 | 222.31 | 0.51 | 0.3 |
| Hex | 25 | 3C | 73 | 44 | 30 | 0 | 37 | DE | 33 | 1E |
| Octal | 45 | 74 | 163 | 104 | 60 | 0 | 67 | 336 | 63 | 36 |
| Binary | 100101 | 111100 | 1110011 | 1000100 | 110000 | 0 | 110111 | 11011110 | 110011 | 11110 |
Color Harmonies of #253C73
Complementary color
Monochromatic Colors of #253C73
Black with #253C73
Text Example
Text Example
White with #253C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253C73; }
p { color: rgb(37,60,115); }
H1.HeaderClassName
{
color: #253C73;
}
.AnyTagClassName
{
color: #253C73;
}
</style>
background-color css
<style>
a { background-color: #253C73; }
a { background-color: rgb(37,60,115); }
div.DivClassName
{
background-color: #253C73;
}
.BgClassName
{
background-color: #253C73;
}
</style>
border-color css
<style>
span { border-color: #253C73; }
span { border-color: rgb(37,60,115); }
td.TdClassName
{
border-color: #253C73;
}
.TagClassName
{
border-color: #253C73;
}
</style>