Shades of Resolution Blue #374372
Tints of Resolution Blue #374372
RGB
CMYK
RGB Variations
Color information
#374372 (or 0x374372) is known color: Resolution Blue. HEX triplet: 37, 43 and 72. RGB value is (55,67,114). Sum of RGB (Red+Green+Blue) = 55+67+114=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: blue. Hex color #374372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374372 is #C8BC8D. Grayscale: #444444. Windows color (decimal): -13155470 or 7488311. OLE color: 7488311.
HSL color Cylindrical-coordinate representation of color #374372: hue angle of 227.8º 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 #374372 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 67 | 114 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.55 |
| HSL | 227.8º | 0.35% | 0.33% | - |
| HSV(B) | 227.8º | 0.52% | 0.45% | - |
| XYZ | 6.62 | 6.04 | 16.74 | - |
| YUV | 68.77 | 153.52 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 67 | 114 | 0.52 | 0.41 | 0 | 0.55 | 227.8 | 0.35 | 0.33 |
| Hex | 37 | 43 | 72 | 34 | 29 | 0 | 37 | E4 | 23 | 21 |
| Octal | 67 | 103 | 162 | 64 | 51 | 0 | 67 | 344 | 43 | 41 |
| Binary | 110111 | 1000011 | 1110010 | 110100 | 101001 | 0 | 110111 | 11100100 | 100011 | 100001 |
Color Harmonies of #374372
Complementary color
Monochromatic Colors of #374372
Black with #374372
Text Example
Text Example
White with #374372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374372; }
p { color: rgb(55,67,114); }
H1.HeaderClassName
{
color: #374372;
}
.AnyTagClassName
{
color: #374372;
}
</style>
background-color css
<style>
a { background-color: #374372; }
a { background-color: rgb(55,67,114); }
div.DivClassName
{
background-color: #374372;
}
.BgClassName
{
background-color: #374372;
}
</style>
border-color css
<style>
span { border-color: #374372; }
span { border-color: rgb(55,67,114); }
td.TdClassName
{
border-color: #374372;
}
.TagClassName
{
border-color: #374372;
}
</style>