Shades of Resolution Blue #253675
Tints of Resolution Blue #253675
RGB
CMYK
RGB Variations
Color information
#253675 (or 0x253675) is known color: Resolution Blue. HEX triplet: 25, 36 and 75. RGB value is (37,54,117). Sum of RGB (Red+Green+Blue) = 37+54+117=208 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.79% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 117 (46.09% from 255 or 56.25% from 208); Max value from RGB is 117 - color contains mainly: blue. Hex color #253675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253675 is #DAC98A. Grayscale: #373737. Windows color (decimal): -14338443 or 7681573. OLE color: 7681573.
HSL color Cylindrical-coordinate representation of color #253675: hue angle of 227.25º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #253675 is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 54 | 117 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.54 |
| HSL | 227.25º | 0.52% | 0.3% | - |
| HSV(B) | 227.25º | 0.68% | 0.46% | - |
| XYZ | 5.29 | 4.32 | 17.38 | - |
| YUV | 56.1 | 162.37 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 54 | 117 | 0.68 | 0.54 | 0 | 0.54 | 227.25 | 0.52 | 0.3 |
| Hex | 25 | 36 | 75 | 44 | 36 | 0 | 36 | E3 | 34 | 1E |
| Octal | 45 | 66 | 165 | 104 | 66 | 0 | 66 | 343 | 64 | 36 |
| Binary | 100101 | 110110 | 1110101 | 1000100 | 110110 | 0 | 110110 | 11100011 | 110100 | 11110 |
Color Harmonies of #253675
Complementary color
Monochromatic Colors of #253675
Black with #253675
Text Example
Text Example
White with #253675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253675; }
p { color: rgb(37,54,117); }
H1.HeaderClassName
{
color: #253675;
}
.AnyTagClassName
{
color: #253675;
}
</style>
background-color css
<style>
a { background-color: #253675; }
a { background-color: rgb(37,54,117); }
div.DivClassName
{
background-color: #253675;
}
.BgClassName
{
background-color: #253675;
}
</style>
border-color css
<style>
span { border-color: #253675; }
span { border-color: rgb(37,54,117); }
td.TdClassName
{
border-color: #253675;
}
.TagClassName
{
border-color: #253675;
}
</style>