Shades of Resolution Blue #253A78
Tints of Resolution Blue #253A78
RGB
CMYK
RGB Variations
Color information
#253A78 (or 0x253A78) is known color: Resolution Blue. HEX triplet: 25, 3A and 78. RGB value is (37,58,120). Sum of RGB (Red+Green+Blue) = 37+58+120=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #253A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253A78 is #DAC587. Grayscale: #3A3A3A. Windows color (decimal): -14337416 or 7879205. OLE color: 7879205.
HSL color Cylindrical-coordinate representation of color #253A78: hue angle of 224.82º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #253A78 is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 37 | 58 | 120 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.53 |
| HSL | 224.82º | 0.53% | 0.31% | - |
| HSV(B) | 224.82º | 0.69% | 0.47% | - |
| XYZ | 5.67 | 4.78 | 18.39 | - |
| YUV | 58.79 | 162.54 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 58 | 120 | 0.69 | 0.52 | 0 | 0.53 | 224.82 | 0.53 | 0.31 |
| Hex | 25 | 3A | 78 | 45 | 34 | 0 | 35 | E1 | 35 | 1F |
| Octal | 45 | 72 | 170 | 105 | 64 | 0 | 65 | 341 | 65 | 37 |
| Binary | 100101 | 111010 | 1111000 | 1000101 | 110100 | 0 | 110101 | 11100001 | 110101 | 11111 |
Color Harmonies of #253A78
Complementary color
Monochromatic Colors of #253A78
Black with #253A78
Text Example
Text Example
White with #253A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253A78; }
p { color: rgb(37,58,120); }
H1.HeaderClassName
{
color: #253A78;
}
.AnyTagClassName
{
color: #253A78;
}
</style>
background-color css
<style>
a { background-color: #253A78; }
a { background-color: rgb(37,58,120); }
div.DivClassName
{
background-color: #253A78;
}
.BgClassName
{
background-color: #253A78;
}
</style>
border-color css
<style>
span { border-color: #253A78; }
span { border-color: rgb(37,58,120); }
td.TdClassName
{
border-color: #253A78;
}
.TagClassName
{
border-color: #253A78;
}
</style>