Shades of Resolution Blue #374572
Tints of Resolution Blue #374572
RGB
CMYK
RGB Variations
Color information
#374572 (or 0x374572) is known color: Resolution Blue. HEX triplet: 37, 45 and 72. RGB value is (55,69,114). Sum of RGB (Red+Green+Blue) = 55+69+114=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 114 - color contains mainly: blue. Hex color #374572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374572 is #C8BA8D. Grayscale: #454545. Windows color (decimal): -13154958 or 7488823. OLE color: 7488823.
HSL color Cylindrical-coordinate representation of color #374572: hue angle of 225.76º 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 #374572 is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 69 | 114 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.55 |
| HSL | 225.76º | 0.35% | 0.33% | - |
| HSV(B) | 225.76º | 0.52% | 0.45% | - |
| XYZ | 6.74 | 6.28 | 16.78 | - |
| YUV | 69.94 | 152.86 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 69 | 114 | 0.52 | 0.39 | 0 | 0.55 | 225.76 | 0.35 | 0.33 |
| Hex | 37 | 45 | 72 | 34 | 27 | 0 | 37 | E2 | 23 | 21 |
| Octal | 67 | 105 | 162 | 64 | 47 | 0 | 67 | 342 | 43 | 41 |
| Binary | 110111 | 1000101 | 1110010 | 110100 | 100111 | 0 | 110111 | 11100010 | 100011 | 100001 |
Color Harmonies of #374572
Complementary color
Monochromatic Colors of #374572
Black with #374572
Text Example
Text Example
White with #374572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374572; }
p { color: rgb(55,69,114); }
H1.HeaderClassName
{
color: #374572;
}
.AnyTagClassName
{
color: #374572;
}
</style>
background-color css
<style>
a { background-color: #374572; }
a { background-color: rgb(55,69,114); }
div.DivClassName
{
background-color: #374572;
}
.BgClassName
{
background-color: #374572;
}
</style>
border-color css
<style>
span { border-color: #374572; }
span { border-color: rgb(55,69,114); }
td.TdClassName
{
border-color: #374572;
}
.TagClassName
{
border-color: #374572;
}
</style>