Shades of Resolution Blue #253F85
Tints of Resolution Blue #253F85
RGB
CMYK
RGB Variations
Color information
#253F85 (or 0x253F85) is known color: Resolution Blue. HEX triplet: 25, 3F and 85. RGB value is (37,63,133). Sum of RGB (Red+Green+Blue) = 37+63+133=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #253F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253F85 is #DAC07A. Grayscale: #3E3E3E. Windows color (decimal): -14336123 or 8732453. OLE color: 8732453.
HSL color Cylindrical-coordinate representation of color #253F85: hue angle of 223.75º 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 #253F85 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 63 | 133 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.48 |
| HSL | 223.75º | 0.56% | 0.33% | - |
| HSV(B) | 223.75º | 0.72% | 0.52% | - |
| XYZ | 6.77 | 5.64 | 22.92 | - |
| YUV | 63.21 | 167.39 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 63 | 133 | 0.72 | 0.53 | 0 | 0.48 | 223.75 | 0.56 | 0.33 |
| Hex | 25 | 3F | 85 | 48 | 35 | 0 | 30 | E0 | 38 | 21 |
| Octal | 45 | 77 | 205 | 110 | 65 | 0 | 60 | 340 | 70 | 41 |
| Binary | 100101 | 111111 | 10000101 | 1001000 | 110101 | 0 | 110000 | 11100000 | 111000 | 100001 |
Color Harmonies of #253F85
Complementary color
Monochromatic Colors of #253F85
Black with #253F85
Text Example
Text Example
White with #253F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253F85; }
p { color: rgb(37,63,133); }
H1.HeaderClassName
{
color: #253F85;
}
.AnyTagClassName
{
color: #253F85;
}
</style>
background-color css
<style>
a { background-color: #253F85; }
a { background-color: rgb(37,63,133); }
div.DivClassName
{
background-color: #253F85;
}
.BgClassName
{
background-color: #253F85;
}
</style>
border-color css
<style>
span { border-color: #253F85; }
span { border-color: rgb(37,63,133); }
td.TdClassName
{
border-color: #253F85;
}
.TagClassName
{
border-color: #253F85;
}
</style>