Shades of Resolution Blue #253B85
Tints of Resolution Blue #253B85
RGB
CMYK
RGB Variations
Color information
#253B85 (or 0x253B85) is known color: Resolution Blue. HEX triplet: 25, 3B and 85. RGB value is (37,59,133). Sum of RGB (Red+Green+Blue) = 37+59+133=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 59 (23.44% from 255 or 25.76% from 229); Blue value is 133 (52.34% from 255 or 58.08% from 229); Max value from RGB is 133 - color contains mainly: blue. Hex color #253B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253B85 is #DAC47A. Grayscale: #3C3C3C. Windows color (decimal): -14337147 or 8731429. OLE color: 8731429.
HSL color Cylindrical-coordinate representation of color #253B85: hue angle of 226.25º 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 #253B85 is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 59 | 133 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.48 |
| HSL | 226.25º | 0.56% | 0.33% | - |
| HSV(B) | 226.25º | 0.72% | 0.52% | - |
| XYZ | 6.56 | 5.21 | 22.85 | - |
| YUV | 60.86 | 168.71 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 59 | 133 | 0.72 | 0.56 | 0 | 0.48 | 226.25 | 0.56 | 0.33 |
| Hex | 25 | 3B | 85 | 48 | 38 | 0 | 30 | E2 | 38 | 21 |
| Octal | 45 | 73 | 205 | 110 | 70 | 0 | 60 | 342 | 70 | 41 |
| Binary | 100101 | 111011 | 10000101 | 1001000 | 111000 | 0 | 110000 | 11100010 | 111000 | 100001 |
Color Harmonies of #253B85
Complementary color
Monochromatic Colors of #253B85
Black with #253B85
Text Example
Text Example
White with #253B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253B85; }
p { color: rgb(37,59,133); }
H1.HeaderClassName
{
color: #253B85;
}
.AnyTagClassName
{
color: #253B85;
}
</style>
background-color css
<style>
a { background-color: #253B85; }
a { background-color: rgb(37,59,133); }
div.DivClassName
{
background-color: #253B85;
}
.BgClassName
{
background-color: #253B85;
}
</style>
border-color css
<style>
span { border-color: #253B85; }
span { border-color: rgb(37,59,133); }
td.TdClassName
{
border-color: #253B85;
}
.TagClassName
{
border-color: #253B85;
}
</style>