Shades of Resolution Blue #374573
Tints of Resolution Blue #374573
RGB
CMYK
RGB Variations
Color information
#374573 (or 0x374573) is known color: Resolution Blue. HEX triplet: 37, 45 and 73. RGB value is (55,69,115). Sum of RGB (Red+Green+Blue) = 55+69+115=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #374573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374573 is #C8BA8C. Grayscale: #454545. Windows color (decimal): -13154957 or 7554359. OLE color: 7554359.
HSL color Cylindrical-coordinate representation of color #374573: hue angle of 226º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #374573 is Cyan = 0.52, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 69 | 115 | - |
| CMYK | 0.52 | 0.4 | 0 | 0.55 |
| HSL | 226º | 0.35% | 0.33% | - |
| HSV(B) | 226º | 0.52% | 0.45% | - |
| XYZ | 6.8 | 6.31 | 17.08 | - |
| YUV | 70.06 | 153.36 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 69 | 115 | 0.52 | 0.4 | 0 | 0.55 | 226 | 0.35 | 0.33 |
| Hex | 37 | 45 | 73 | 34 | 28 | 0 | 37 | E2 | 23 | 21 |
| Octal | 67 | 105 | 163 | 64 | 50 | 0 | 67 | 342 | 43 | 41 |
| Binary | 110111 | 1000101 | 1110011 | 110100 | 101000 | 0 | 110111 | 11100010 | 100011 | 100001 |
Color Harmonies of #374573
Complementary color
Monochromatic Colors of #374573
Black with #374573
Text Example
Text Example
White with #374573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374573; }
p { color: rgb(55,69,115); }
H1.HeaderClassName
{
color: #374573;
}
.AnyTagClassName
{
color: #374573;
}
</style>
background-color css
<style>
a { background-color: #374573; }
a { background-color: rgb(55,69,115); }
div.DivClassName
{
background-color: #374573;
}
.BgClassName
{
background-color: #374573;
}
</style>
border-color css
<style>
span { border-color: #374573; }
span { border-color: rgb(55,69,115); }
td.TdClassName
{
border-color: #374573;
}
.TagClassName
{
border-color: #374573;
}
</style>