Shades of Resolution Blue #253F77
Tints of Resolution Blue #253F77
RGB
CMYK
RGB Variations
Color information
#253F77 (or 0x253F77) is known color: Resolution Blue. HEX triplet: 25, 3F and 77. RGB value is (37,63,119). Sum of RGB (Red+Green+Blue) = 37+63+119=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 119 (46.88% from 255 or 54.34% from 219); Max value from RGB is 119 - color contains mainly: blue. Hex color #253F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253F77 is #DAC088. Grayscale: #3D3D3D. Windows color (decimal): -14336137 or 7814949. OLE color: 7814949.
HSL color Cylindrical-coordinate representation of color #253F77: hue angle of 220.98º 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 #253F77 is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 37 | 63 | 119 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.53 |
| HSL | 220.98º | 0.53% | 0.31% | - |
| HSV(B) | 220.98º | 0.69% | 0.47% | - |
| XYZ | 5.87 | 5.28 | 18.16 | - |
| YUV | 61.61 | 160.39 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 63 | 119 | 0.69 | 0.47 | 0 | 0.53 | 220.98 | 0.53 | 0.31 |
| Hex | 25 | 3F | 77 | 45 | 2F | 0 | 35 | DD | 35 | 1F |
| Octal | 45 | 77 | 167 | 105 | 57 | 0 | 65 | 335 | 65 | 37 |
| Binary | 100101 | 111111 | 1110111 | 1000101 | 101111 | 0 | 110101 | 11011101 | 110101 | 11111 |
Color Harmonies of #253F77
Complementary color
Monochromatic Colors of #253F77
Black with #253F77
Text Example
Text Example
White with #253F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253F77; }
p { color: rgb(37,63,119); }
H1.HeaderClassName
{
color: #253F77;
}
.AnyTagClassName
{
color: #253F77;
}
</style>
background-color css
<style>
a { background-color: #253F77; }
a { background-color: rgb(37,63,119); }
div.DivClassName
{
background-color: #253F77;
}
.BgClassName
{
background-color: #253F77;
}
</style>
border-color css
<style>
span { border-color: #253F77; }
span { border-color: rgb(37,63,119); }
td.TdClassName
{
border-color: #253F77;
}
.TagClassName
{
border-color: #253F77;
}
</style>