Shades of Resolution Blue #253F76
Tints of Resolution Blue #253F76
RGB
CMYK
RGB Variations
Color information
#253F76 (or 0x253F76) is known color: Resolution Blue. HEX triplet: 25, 3F and 76. RGB value is (37,63,118). Sum of RGB (Red+Green+Blue) = 37+63+118=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #253F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253F76 is #DAC089. Grayscale: #3D3D3D. Windows color (decimal): -14336138 or 7749413. OLE color: 7749413.
HSL color Cylindrical-coordinate representation of color #253F76: hue angle of 220.74º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #253F76 is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 63 | 118 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.54 |
| HSL | 220.74º | 0.52% | 0.3% | - |
| HSV(B) | 220.74º | 0.69% | 0.46% | - |
| XYZ | 5.81 | 5.26 | 17.85 | - |
| YUV | 61.5 | 159.89 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 63 | 118 | 0.69 | 0.47 | 0 | 0.54 | 220.74 | 0.52 | 0.3 |
| Hex | 25 | 3F | 76 | 45 | 2F | 0 | 36 | DD | 34 | 1E |
| Octal | 45 | 77 | 166 | 105 | 57 | 0 | 66 | 335 | 64 | 36 |
| Binary | 100101 | 111111 | 1110110 | 1000101 | 101111 | 0 | 110110 | 11011101 | 110100 | 11110 |
Color Harmonies of #253F76
Complementary color
Monochromatic Colors of #253F76
Black with #253F76
Text Example
Text Example
White with #253F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253F76; }
p { color: rgb(37,63,118); }
H1.HeaderClassName
{
color: #253F76;
}
.AnyTagClassName
{
color: #253F76;
}
</style>
background-color css
<style>
a { background-color: #253F76; }
a { background-color: rgb(37,63,118); }
div.DivClassName
{
background-color: #253F76;
}
.BgClassName
{
background-color: #253F76;
}
</style>
border-color css
<style>
span { border-color: #253F76; }
span { border-color: rgb(37,63,118); }
td.TdClassName
{
border-color: #253F76;
}
.TagClassName
{
border-color: #253F76;
}
</style>