Shades of Resolution Blue #253C70
Tints of Resolution Blue #253C70
RGB
CMYK
RGB Variations
Color information
#253C70 (or 0x253C70) is known color: Resolution Blue. HEX triplet: 25, 3C and 70. RGB value is (37,60,112). Sum of RGB (Red+Green+Blue) = 37+60+112=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 112 (44.14% from 255 or 53.59% from 209); Max value from RGB is 112 - color contains mainly: blue. Hex color #253C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253C70 is #DAC38F. Grayscale: #3A3A3A. Windows color (decimal): -14336912 or 7355429. OLE color: 7355429.
HSL color Cylindrical-coordinate representation of color #253C70: hue angle of 221.6º 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 #253C70 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 60 | 112 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.56 |
| HSL | 221.6º | 0.5% | 0.29% | - |
| HSV(B) | 221.6º | 0.67% | 0.44% | - |
| XYZ | 5.3 | 4.79 | 15.98 | - |
| YUV | 59.05 | 157.88 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 112 | 0.67 | 0.46 | 0 | 0.56 | 221.6 | 0.5 | 0.29 |
| Hex | 25 | 3C | 70 | 43 | 2E | 0 | 38 | DE | 32 | 1D |
| Octal | 45 | 74 | 160 | 103 | 56 | 0 | 70 | 336 | 62 | 35 |
| Binary | 100101 | 111100 | 1110000 | 1000011 | 101110 | 0 | 111000 | 11011110 | 110010 | 11101 |
Color Harmonies of #253C70
Complementary color
Monochromatic Colors of #253C70
Black with #253C70
Text Example
Text Example
White with #253C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253C70; }
p { color: rgb(37,60,112); }
H1.HeaderClassName
{
color: #253C70;
}
.AnyTagClassName
{
color: #253C70;
}
</style>
background-color css
<style>
a { background-color: #253C70; }
a { background-color: rgb(37,60,112); }
div.DivClassName
{
background-color: #253C70;
}
.BgClassName
{
background-color: #253C70;
}
</style>
border-color css
<style>
span { border-color: #253C70; }
span { border-color: rgb(37,60,112); }
td.TdClassName
{
border-color: #253C70;
}
.TagClassName
{
border-color: #253C70;
}
</style>