Shades of Resolution Blue #253C85
Tints of Resolution Blue #253C85
RGB
CMYK
RGB Variations
Color information
#253C85 (or 0x253C85) is known color: Resolution Blue. HEX triplet: 25, 3C and 85. RGB value is (37,60,133). Sum of RGB (Red+Green+Blue) = 37+60+133=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #253C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253C85 is #DAC37A. Grayscale: #3D3D3D. Windows color (decimal): -14336891 or 8731685. OLE color: 8731685.
HSL color Cylindrical-coordinate representation of color #253C85: hue angle of 225.62º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #253C85 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 60 | 133 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.48 |
| HSL | 225.63º | 0.56% | 0.33% | - |
| HSV(B) | 225.63º | 0.72% | 0.52% | - |
| XYZ | 6.61 | 5.32 | 22.87 | - |
| YUV | 61.45 | 168.38 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 133 | 0.72 | 0.55 | 0 | 0.48 | 225.63 | 0.56 | 0.33 |
| Hex | 25 | 3C | 85 | 48 | 37 | 0 | 30 | E2 | 38 | 21 |
| Octal | 45 | 74 | 205 | 110 | 67 | 0 | 60 | 342 | 70 | 41 |
| Binary | 100101 | 111100 | 10000101 | 1001000 | 110111 | 0 | 110000 | 11100010 | 111000 | 100001 |
Color Harmonies of #253C85
Complementary color
Monochromatic Colors of #253C85
Black with #253C85
Text Example
Text Example
White with #253C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253C85; }
p { color: rgb(37,60,133); }
H1.HeaderClassName
{
color: #253C85;
}
.AnyTagClassName
{
color: #253C85;
}
</style>
background-color css
<style>
a { background-color: #253C85; }
a { background-color: rgb(37,60,133); }
div.DivClassName
{
background-color: #253C85;
}
.BgClassName
{
background-color: #253C85;
}
</style>
border-color css
<style>
span { border-color: #253C85; }
span { border-color: rgb(37,60,133); }
td.TdClassName
{
border-color: #253C85;
}
.TagClassName
{
border-color: #253C85;
}
</style>