Shades of Resolution Blue #253C78
Tints of Resolution Blue #253C78
RGB
CMYK
RGB Variations
Color information
#253C78 (or 0x253C78) is known color: Resolution Blue. HEX triplet: 25, 3C and 78. RGB value is (37,60,120). Sum of RGB (Red+Green+Blue) = 37+60+120=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 60 (23.83% from 255 or 27.65% from 217); Blue value is 120 (47.27% from 255 or 55.30% from 217); Max value from RGB is 120 - color contains mainly: blue. Hex color #253C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253C78 is #DAC387. Grayscale: #3B3B3B. Windows color (decimal): -14336904 or 7879717. OLE color: 7879717.
HSL color Cylindrical-coordinate representation of color #253C78: hue angle of 223.37º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #253C78 is Cyan = 0.69, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 37 | 60 | 120 | - |
| CMYK | 0.69 | 0.5 | 0 | 0.53 |
| HSL | 223.37º | 0.53% | 0.31% | - |
| HSV(B) | 223.37º | 0.69% | 0.47% | - |
| XYZ | 5.77 | 4.98 | 18.43 | - |
| YUV | 59.96 | 161.88 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 120 | 0.69 | 0.5 | 0 | 0.53 | 223.37 | 0.53 | 0.31 |
| Hex | 25 | 3C | 78 | 45 | 32 | 0 | 35 | DF | 35 | 1F |
| Octal | 45 | 74 | 170 | 105 | 62 | 0 | 65 | 337 | 65 | 37 |
| Binary | 100101 | 111100 | 1111000 | 1000101 | 110010 | 0 | 110101 | 11011111 | 110101 | 11111 |
Color Harmonies of #253C78
Complementary color
Monochromatic Colors of #253C78
Black with #253C78
Text Example
Text Example
White with #253C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253C78; }
p { color: rgb(37,60,120); }
H1.HeaderClassName
{
color: #253C78;
}
.AnyTagClassName
{
color: #253C78;
}
</style>
background-color css
<style>
a { background-color: #253C78; }
a { background-color: rgb(37,60,120); }
div.DivClassName
{
background-color: #253C78;
}
.BgClassName
{
background-color: #253C78;
}
</style>
border-color css
<style>
span { border-color: #253C78; }
span { border-color: rgb(37,60,120); }
td.TdClassName
{
border-color: #253C78;
}
.TagClassName
{
border-color: #253C78;
}
</style>