Shades of Resolution Blue #253387
Tints of Resolution Blue #253387
RGB
CMYK
RGB Variations
Color information
#253387 (or 0x253387) is known color: Resolution Blue. HEX triplet: 25, 33 and 87. RGB value is (37,51,135). Sum of RGB (Red+Green+Blue) = 37+51+135=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 135 (53.12% from 255 or 60.54% from 223); Max value from RGB is 135 - color contains mainly: blue. Hex color #253387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253387 is #DACC78. Grayscale: #383838. Windows color (decimal): -14339193 or 8860453. OLE color: 8860453.
HSL color Cylindrical-coordinate representation of color #253387: hue angle of 231.43º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #253387 is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 51 | 135 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.47 |
| HSL | 231.43º | 0.57% | 0.34% | - |
| HSV(B) | 231.43º | 0.73% | 0.53% | - |
| XYZ | 6.32 | 4.51 | 23.46 | - |
| YUV | 56.39 | 172.36 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 51 | 135 | 0.73 | 0.62 | 0 | 0.47 | 231.43 | 0.57 | 0.34 |
| Hex | 25 | 33 | 87 | 49 | 3E | 0 | 2F | E7 | 39 | 22 |
| Octal | 45 | 63 | 207 | 111 | 76 | 0 | 57 | 347 | 71 | 42 |
| Binary | 100101 | 110011 | 10000111 | 1001001 | 111110 | 0 | 101111 | 11100111 | 111001 | 100010 |
Color Harmonies of #253387
Complementary color
Monochromatic Colors of #253387
Black with #253387
Text Example
Text Example
White with #253387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253387; }
p { color: rgb(37,51,135); }
H1.HeaderClassName
{
color: #253387;
}
.AnyTagClassName
{
color: #253387;
}
</style>
background-color css
<style>
a { background-color: #253387; }
a { background-color: rgb(37,51,135); }
div.DivClassName
{
background-color: #253387;
}
.BgClassName
{
background-color: #253387;
}
</style>
border-color css
<style>
span { border-color: #253387; }
span { border-color: rgb(37,51,135); }
td.TdClassName
{
border-color: #253387;
}
.TagClassName
{
border-color: #253387;
}
</style>