Shades of Resolution Blue #253785
Tints of Resolution Blue #253785
RGB
CMYK
RGB Variations
Color information
#253785 (or 0x253785) is known color: Resolution Blue. HEX triplet: 25, 37 and 85. RGB value is (37,55,133). Sum of RGB (Red+Green+Blue) = 37+55+133=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #253785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253785 is #DAC87A. Grayscale: #3A3A3A. Windows color (decimal): -14338171 or 8730405. OLE color: 8730405.
HSL color Cylindrical-coordinate representation of color #253785: hue angle of 228.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 #253785 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 55 | 133 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.48 |
| HSL | 228.75º | 0.56% | 0.33% | - |
| HSV(B) | 228.75º | 0.72% | 0.52% | - |
| XYZ | 6.36 | 4.82 | 22.79 | - |
| YUV | 58.51 | 170.04 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 55 | 133 | 0.72 | 0.59 | 0 | 0.48 | 228.75 | 0.56 | 0.33 |
| Hex | 25 | 37 | 85 | 48 | 3B | 0 | 30 | E5 | 38 | 21 |
| Octal | 45 | 67 | 205 | 110 | 73 | 0 | 60 | 345 | 70 | 41 |
| Binary | 100101 | 110111 | 10000101 | 1001000 | 111011 | 0 | 110000 | 11100101 | 111000 | 100001 |
Color Harmonies of #253785
Complementary color
Monochromatic Colors of #253785
Black with #253785
Text Example
Text Example
White with #253785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253785; }
p { color: rgb(37,55,133); }
H1.HeaderClassName
{
color: #253785;
}
.AnyTagClassName
{
color: #253785;
}
</style>
background-color css
<style>
a { background-color: #253785; }
a { background-color: rgb(37,55,133); }
div.DivClassName
{
background-color: #253785;
}
.BgClassName
{
background-color: #253785;
}
</style>
border-color css
<style>
span { border-color: #253785; }
span { border-color: rgb(37,55,133); }
td.TdClassName
{
border-color: #253785;
}
.TagClassName
{
border-color: #253785;
}
</style>