Shades of Resolution Blue #314378
Tints of Resolution Blue #314378
RGB
CMYK
RGB Variations
Color information
#314378 (or 0x314378) is known color: Resolution Blue. HEX triplet: 31, 43 and 78. RGB value is (49,67,120). Sum of RGB (Red+Green+Blue) = 49+67+120=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #314378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314378 is #CEBC87. Grayscale: #434343. Windows color (decimal): -13548680 or 7881521. OLE color: 7881521.
HSL color Cylindrical-coordinate representation of color #314378: hue angle of 224.79º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #314378 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 67 | 120 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.53 |
| HSL | 224.79º | 0.42% | 0.33% | - |
| HSV(B) | 224.79º | 0.59% | 0.47% | - |
| XYZ | 6.66 | 6.02 | 18.58 | - |
| YUV | 67.66 | 157.54 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 67 | 120 | 0.59 | 0.44 | 0 | 0.53 | 224.79 | 0.42 | 0.33 |
| Hex | 31 | 43 | 78 | 3B | 2C | 0 | 35 | E1 | 2A | 21 |
| Octal | 61 | 103 | 170 | 73 | 54 | 0 | 65 | 341 | 52 | 41 |
| Binary | 110001 | 1000011 | 1111000 | 111011 | 101100 | 0 | 110101 | 11100001 | 101010 | 100001 |
Color Harmonies of #314378
Complementary color
Monochromatic Colors of #314378
Black with #314378
Text Example
Text Example
White with #314378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314378; }
p { color: rgb(49,67,120); }
H1.HeaderClassName
{
color: #314378;
}
.AnyTagClassName
{
color: #314378;
}
</style>
background-color css
<style>
a { background-color: #314378; }
a { background-color: rgb(49,67,120); }
div.DivClassName
{
background-color: #314378;
}
.BgClassName
{
background-color: #314378;
}
</style>
border-color css
<style>
span { border-color: #314378; }
span { border-color: rgb(49,67,120); }
td.TdClassName
{
border-color: #314378;
}
.TagClassName
{
border-color: #314378;
}
</style>