Shades of Resolution Blue #314377
Tints of Resolution Blue #314377
RGB
CMYK
RGB Variations
Color information
#314377 (or 0x314377) is known color: Resolution Blue. HEX triplet: 31, 43 and 77. RGB value is (49,67,119). Sum of RGB (Red+Green+Blue) = 49+67+119=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #314377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314377 is #CEBC88. Grayscale: #434343. Windows color (decimal): -13548681 or 7815985. OLE color: 7815985.
HSL color Cylindrical-coordinate representation of color #314377: hue angle of 224.57º 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 #314377 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 67 | 119 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.53 |
| HSL | 224.57º | 0.42% | 0.33% | - |
| HSV(B) | 224.57º | 0.59% | 0.47% | - |
| XYZ | 6.6 | 6 | 18.26 | - |
| YUV | 67.55 | 157.04 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 67 | 119 | 0.59 | 0.44 | 0 | 0.53 | 224.57 | 0.42 | 0.33 |
| Hex | 31 | 43 | 77 | 3B | 2C | 0 | 35 | E1 | 2A | 21 |
| Octal | 61 | 103 | 167 | 73 | 54 | 0 | 65 | 341 | 52 | 41 |
| Binary | 110001 | 1000011 | 1110111 | 111011 | 101100 | 0 | 110101 | 11100001 | 101010 | 100001 |
Color Harmonies of #314377
Complementary color
Monochromatic Colors of #314377
Black with #314377
Text Example
Text Example
White with #314377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314377; }
p { color: rgb(49,67,119); }
H1.HeaderClassName
{
color: #314377;
}
.AnyTagClassName
{
color: #314377;
}
</style>
background-color css
<style>
a { background-color: #314377; }
a { background-color: rgb(49,67,119); }
div.DivClassName
{
background-color: #314377;
}
.BgClassName
{
background-color: #314377;
}
</style>
border-color css
<style>
span { border-color: #314377; }
span { border-color: rgb(49,67,119); }
td.TdClassName
{
border-color: #314377;
}
.TagClassName
{
border-color: #314377;
}
</style>