Shades of Resolution Blue #253273
Tints of Resolution Blue #253273
RGB
CMYK
RGB Variations
Color information
#253273 (or 0x253273) is known color: Resolution Blue. HEX triplet: 25, 32 and 73. RGB value is (37,50,115). Sum of RGB (Red+Green+Blue) = 37+50+115=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #253273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253273 is #DACD8C. Grayscale: #353535. Windows color (decimal): -14339469 or 7549477. OLE color: 7549477.
HSL color Cylindrical-coordinate representation of color #253273: hue angle of 230º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #253273 is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 50 | 115 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.55 |
| HSL | 230º | 0.51% | 0.3% | - |
| HSV(B) | 230º | 0.68% | 0.45% | - |
| XYZ | 5 | 3.91 | 16.71 | - |
| YUV | 53.52 | 162.69 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 50 | 115 | 0.68 | 0.57 | 0 | 0.55 | 230 | 0.51 | 0.3 |
| Hex | 25 | 32 | 73 | 44 | 39 | 0 | 37 | E6 | 33 | 1E |
| Octal | 45 | 62 | 163 | 104 | 71 | 0 | 67 | 346 | 63 | 36 |
| Binary | 100101 | 110010 | 1110011 | 1000100 | 111001 | 0 | 110111 | 11100110 | 110011 | 11110 |
Color Harmonies of #253273
Complementary color
Monochromatic Colors of #253273
Black with #253273
Text Example
Text Example
White with #253273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253273; }
p { color: rgb(37,50,115); }
H1.HeaderClassName
{
color: #253273;
}
.AnyTagClassName
{
color: #253273;
}
</style>
background-color css
<style>
a { background-color: #253273; }
a { background-color: rgb(37,50,115); }
div.DivClassName
{
background-color: #253273;
}
.BgClassName
{
background-color: #253273;
}
</style>
border-color css
<style>
span { border-color: #253273; }
span { border-color: rgb(37,50,115); }
td.TdClassName
{
border-color: #253273;
}
.TagClassName
{
border-color: #253273;
}
</style>