Shades of Resolution Blue #253071
Tints of Resolution Blue #253071
RGB
CMYK
RGB Variations
Color information
#253071 (or 0x253071) is known color: Resolution Blue. HEX triplet: 25, 30 and 71. RGB value is (37,48,113). Sum of RGB (Red+Green+Blue) = 37+48+113=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 113 (44.53% from 255 or 57.07% from 198); Max value from RGB is 113 - color contains mainly: blue. Hex color #253071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253071 is #DACF8E. Grayscale: #333333. Windows color (decimal): -14339983 or 7417893. OLE color: 7417893.
HSL color Cylindrical-coordinate representation of color #253071: hue angle of 231.32º degrees, saturation: 0.51, 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 #253071 is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 48 | 113 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.56 |
| HSL | 231.32º | 0.51% | 0.29% | - |
| HSV(B) | 231.32º | 0.67% | 0.44% | - |
| XYZ | 4.8 | 3.7 | 16.08 | - |
| YUV | 52.12 | 162.36 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 48 | 113 | 0.67 | 0.58 | 0 | 0.56 | 231.32 | 0.51 | 0.29 |
| Hex | 25 | 30 | 71 | 43 | 3A | 0 | 38 | E7 | 33 | 1D |
| Octal | 45 | 60 | 161 | 103 | 72 | 0 | 70 | 347 | 63 | 35 |
| Binary | 100101 | 110000 | 1110001 | 1000011 | 111010 | 0 | 111000 | 11100111 | 110011 | 11101 |
Color Harmonies of #253071
Complementary color
Monochromatic Colors of #253071
Black with #253071
Text Example
Text Example
White with #253071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253071; }
p { color: rgb(37,48,113); }
H1.HeaderClassName
{
color: #253071;
}
.AnyTagClassName
{
color: #253071;
}
</style>
background-color css
<style>
a { background-color: #253071; }
a { background-color: rgb(37,48,113); }
div.DivClassName
{
background-color: #253071;
}
.BgClassName
{
background-color: #253071;
}
</style>
border-color css
<style>
span { border-color: #253071; }
span { border-color: rgb(37,48,113); }
td.TdClassName
{
border-color: #253071;
}
.TagClassName
{
border-color: #253071;
}
</style>