Shades of Resolution Blue #253E70
Tints of Resolution Blue #253E70
RGB
CMYK
RGB Variations
Color information
#253E70 (or 0x253E70) is known color: Resolution Blue. HEX triplet: 25, 3E and 70. RGB value is (37,62,112). Sum of RGB (Red+Green+Blue) = 37+62+112=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #253E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253E70 is #DAC18F. Grayscale: #3C3C3C. Windows color (decimal): -14336400 or 7355941. OLE color: 7355941.
HSL color Cylindrical-coordinate representation of color #253E70: hue angle of 220º 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 #253E70 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 62 | 112 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.56 |
| HSL | 220º | 0.5% | 0.29% | - |
| HSV(B) | 220º | 0.67% | 0.44% | - |
| XYZ | 5.41 | 5.01 | 16.01 | - |
| YUV | 60.23 | 157.22 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 62 | 112 | 0.67 | 0.45 | 0 | 0.56 | 220 | 0.5 | 0.29 |
| Hex | 25 | 3E | 70 | 43 | 2D | 0 | 38 | DC | 32 | 1D |
| Octal | 45 | 76 | 160 | 103 | 55 | 0 | 70 | 334 | 62 | 35 |
| Binary | 100101 | 111110 | 1110000 | 1000011 | 101101 | 0 | 111000 | 11011100 | 110010 | 11101 |
Color Harmonies of #253E70
Complementary color
Monochromatic Colors of #253E70
Black with #253E70
Text Example
Text Example
White with #253E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253E70; }
p { color: rgb(37,62,112); }
H1.HeaderClassName
{
color: #253E70;
}
.AnyTagClassName
{
color: #253E70;
}
</style>
background-color css
<style>
a { background-color: #253E70; }
a { background-color: rgb(37,62,112); }
div.DivClassName
{
background-color: #253E70;
}
.BgClassName
{
background-color: #253E70;
}
</style>
border-color css
<style>
span { border-color: #253E70; }
span { border-color: rgb(37,62,112); }
td.TdClassName
{
border-color: #253E70;
}
.TagClassName
{
border-color: #253E70;
}
</style>