Shades of Resolution Blue #253C7A
Tints of Resolution Blue #253C7A
RGB
CMYK
RGB Variations
Color information
#253C7A (or 0x253C7A) is known color: Resolution Blue. HEX triplet: 25, 3C and 7A. RGB value is (37,60,122). Sum of RGB (Red+Green+Blue) = 37+60+122=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 60 (23.83% from 255 or 27.40% from 219); Blue value is 122 (48.05% from 255 or 55.71% from 219); Max value from RGB is 122 - color contains mainly: blue. Hex color #253C7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253C7A is #DAC385. Grayscale: #3B3B3B. Windows color (decimal): -14336902 or 8010789. OLE color: 8010789.
HSL color Cylindrical-coordinate representation of color #253C7A: hue angle of 223.76º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #253C7A is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 60 | 122 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.52 |
| HSL | 223.76º | 0.53% | 0.31% | - |
| HSV(B) | 223.76º | 0.7% | 0.48% | - |
| XYZ | 5.89 | 5.03 | 19.07 | - |
| YUV | 60.19 | 162.88 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 122 | 0.70 | 0.51 | 0 | 0.52 | 223.76 | 0.53 | 0.31 |
| Hex | 25 | 3C | 7A | 46 | 33 | 0 | 34 | E0 | 35 | 1F |
| Octal | 45 | 74 | 172 | 106 | 63 | 0 | 64 | 340 | 65 | 37 |
| Binary | 100101 | 111100 | 1111010 | 1000110 | 110011 | 0 | 110100 | 11100000 | 110101 | 11111 |
Color Harmonies of #253C7A
Complementary color
Monochromatic Colors of #253C7A
Black with #253C7A
Text Example
Text Example
White with #253C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253C7A; }
p { color: rgb(37,60,122); }
H1.HeaderClassName
{
color: #253C7A;
}
.AnyTagClassName
{
color: #253C7A;
}
</style>
background-color css
<style>
a { background-color: #253C7A; }
a { background-color: rgb(37,60,122); }
div.DivClassName
{
background-color: #253C7A;
}
.BgClassName
{
background-color: #253C7A;
}
</style>
border-color css
<style>
span { border-color: #253C7A; }
span { border-color: rgb(37,60,122); }
td.TdClassName
{
border-color: #253C7A;
}
.TagClassName
{
border-color: #253C7A;
}
</style>