Shades of Resolution Blue #374378
Tints of Resolution Blue #374378
RGB
CMYK
RGB Variations
Color information
#374378 (or 0x374378) is known color: Resolution Blue. HEX triplet: 37, 43 and 78. RGB value is (55,67,120). Sum of RGB (Red+Green+Blue) = 55+67+120=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 120 (47.27% from 255 or 49.59% from 242); Max value from RGB is 120 - color contains mainly: blue. Hex color #374378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374378 is #C8BC87. Grayscale: #454545. Windows color (decimal): -13155464 or 7881527. OLE color: 7881527.
HSL color Cylindrical-coordinate representation of color #374378: hue angle of 228.92º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #374378 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 67 | 120 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.53 |
| HSL | 228.92º | 0.37% | 0.34% | - |
| HSV(B) | 228.92º | 0.54% | 0.47% | - |
| XYZ | 6.97 | 6.18 | 18.6 | - |
| YUV | 69.45 | 156.52 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 67 | 120 | 0.54 | 0.44 | 0 | 0.53 | 228.92 | 0.37 | 0.34 |
| Hex | 37 | 43 | 78 | 36 | 2C | 0 | 35 | E5 | 25 | 22 |
| Octal | 67 | 103 | 170 | 66 | 54 | 0 | 65 | 345 | 45 | 42 |
| Binary | 110111 | 1000011 | 1111000 | 110110 | 101100 | 0 | 110101 | 11100101 | 100101 | 100010 |
Color Harmonies of #374378
Complementary color
Monochromatic Colors of #374378
Black with #374378
Text Example
Text Example
White with #374378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374378; }
p { color: rgb(55,67,120); }
H1.HeaderClassName
{
color: #374378;
}
.AnyTagClassName
{
color: #374378;
}
</style>
background-color css
<style>
a { background-color: #374378; }
a { background-color: rgb(55,67,120); }
div.DivClassName
{
background-color: #374378;
}
.BgClassName
{
background-color: #374378;
}
</style>
border-color css
<style>
span { border-color: #374378; }
span { border-color: rgb(55,67,120); }
td.TdClassName
{
border-color: #374378;
}
.TagClassName
{
border-color: #374378;
}
</style>