Shades of Resolution Blue #253F70
Tints of Resolution Blue #253F70
RGB
CMYK
RGB Variations
Color information
#253F70 (or 0x253F70) is known color: Resolution Blue. HEX triplet: 25, 3F and 70. RGB value is (37,63,112). Sum of RGB (Red+Green+Blue) = 37+63+112=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #253F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253F70 is #DAC08F. Grayscale: #3C3C3C. Windows color (decimal): -14336144 or 7356197. OLE color: 7356197.
HSL color Cylindrical-coordinate representation of color #253F70: hue angle of 219.2º 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 #253F70 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 63 | 112 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.56 |
| HSL | 219.2º | 0.5% | 0.29% | - |
| HSV(B) | 219.2º | 0.67% | 0.44% | - |
| XYZ | 5.47 | 5.12 | 16.03 | - |
| YUV | 60.81 | 156.89 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 63 | 112 | 0.67 | 0.44 | 0 | 0.56 | 219.2 | 0.5 | 0.29 |
| Hex | 25 | 3F | 70 | 43 | 2C | 0 | 38 | DB | 32 | 1D |
| Octal | 45 | 77 | 160 | 103 | 54 | 0 | 70 | 333 | 62 | 35 |
| Binary | 100101 | 111111 | 1110000 | 1000011 | 101100 | 0 | 111000 | 11011011 | 110010 | 11101 |
Color Harmonies of #253F70
Complementary color
Monochromatic Colors of #253F70
Black with #253F70
Text Example
Text Example
White with #253F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253F70; }
p { color: rgb(37,63,112); }
H1.HeaderClassName
{
color: #253F70;
}
.AnyTagClassName
{
color: #253F70;
}
</style>
background-color css
<style>
a { background-color: #253F70; }
a { background-color: rgb(37,63,112); }
div.DivClassName
{
background-color: #253F70;
}
.BgClassName
{
background-color: #253F70;
}
</style>
border-color css
<style>
span { border-color: #253F70; }
span { border-color: rgb(37,63,112); }
td.TdClassName
{
border-color: #253F70;
}
.TagClassName
{
border-color: #253F70;
}
</style>