Shades of Resolution Blue #253C7D
Tints of Resolution Blue #253C7D
RGB
CMYK
RGB Variations
Color information
#253C7D (or 0x253C7D) is known color: Resolution Blue. HEX triplet: 25, 3C and 7D. RGB value is (37,60,125). Sum of RGB (Red+Green+Blue) = 37+60+125=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 125 (49.22% from 255 or 56.31% from 222); Max value from RGB is 125 - color contains mainly: blue. Hex color #253C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253C7D is #DAC382. Grayscale: #3C3C3C. Windows color (decimal): -14336899 or 8207397. OLE color: 8207397.
HSL color Cylindrical-coordinate representation of color #253C7D: hue angle of 224.32º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #253C7D is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 60 | 125 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.51 |
| HSL | 224.32º | 0.54% | 0.32% | - |
| HSV(B) | 224.32º | 0.7% | 0.49% | - |
| XYZ | 6.08 | 5.11 | 20.07 | - |
| YUV | 60.53 | 164.38 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 125 | 0.70 | 0.52 | 0 | 0.51 | 224.32 | 0.54 | 0.32 |
| Hex | 25 | 3C | 7D | 46 | 34 | 0 | 33 | E0 | 36 | 20 |
| Octal | 45 | 74 | 175 | 106 | 64 | 0 | 63 | 340 | 66 | 40 |
| Binary | 100101 | 111100 | 1111101 | 1000110 | 110100 | 0 | 110011 | 11100000 | 110110 | 100000 |
Color Harmonies of #253C7D
Complementary color
Monochromatic Colors of #253C7D
Black with #253C7D
Text Example
Text Example
White with #253C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253C7D; }
p { color: rgb(37,60,125); }
H1.HeaderClassName
{
color: #253C7D;
}
.AnyTagClassName
{
color: #253C7D;
}
</style>
background-color css
<style>
a { background-color: #253C7D; }
a { background-color: rgb(37,60,125); }
div.DivClassName
{
background-color: #253C7D;
}
.BgClassName
{
background-color: #253C7D;
}
</style>
border-color css
<style>
span { border-color: #253C7D; }
span { border-color: rgb(37,60,125); }
td.TdClassName
{
border-color: #253C7D;
}
.TagClassName
{
border-color: #253C7D;
}
</style>