Shades of Resolution Blue #253C6F
Tints of Resolution Blue #253C6F
RGB
CMYK
RGB Variations
Color information
#253C6F (or 0x253C6F) is known color: Resolution Blue. HEX triplet: 25, 3C and 6F. RGB value is (37,60,111). Sum of RGB (Red+Green+Blue) = 37+60+111=208 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.79% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 111 (43.75% from 255 or 53.37% from 208); Max value from RGB is 111 - color contains mainly: blue. Hex color #253C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253C6F is #DAC390. Grayscale: #3A3A3A. Windows color (decimal): -14336913 or 7289893. OLE color: 7289893.
HSL color Cylindrical-coordinate representation of color #253C6F: hue angle of 221.35º 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 #253C6F is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 60 | 111 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.56 |
| HSL | 221.35º | 0.5% | 0.29% | - |
| HSV(B) | 221.35º | 0.67% | 0.44% | - |
| XYZ | 5.25 | 4.77 | 15.68 | - |
| YUV | 58.94 | 157.38 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 111 | 0.67 | 0.46 | 0 | 0.56 | 221.35 | 0.5 | 0.29 |
| Hex | 25 | 3C | 6F | 43 | 2E | 0 | 38 | DD | 32 | 1D |
| Octal | 45 | 74 | 157 | 103 | 56 | 0 | 70 | 335 | 62 | 35 |
| Binary | 100101 | 111100 | 1101111 | 1000011 | 101110 | 0 | 111000 | 11011101 | 110010 | 11101 |
Color Harmonies of #253C6F
Complementary color
Monochromatic Colors of #253C6F
Black with #253C6F
Text Example
Text Example
White with #253C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253C6F; }
p { color: rgb(37,60,111); }
H1.HeaderClassName
{
color: #253C6F;
}
.AnyTagClassName
{
color: #253C6F;
}
</style>
background-color css
<style>
a { background-color: #253C6F; }
a { background-color: rgb(37,60,111); }
div.DivClassName
{
background-color: #253C6F;
}
.BgClassName
{
background-color: #253C6F;
}
</style>
border-color css
<style>
span { border-color: #253C6F; }
span { border-color: rgb(37,60,111); }
td.TdClassName
{
border-color: #253C6F;
}
.TagClassName
{
border-color: #253C6F;
}
</style>