Shades of Resolution Blue #314184
Tints of Resolution Blue #314184
RGB
CMYK
RGB Variations
Color information
#314184 (or 0x314184) is known color: Resolution Blue. HEX triplet: 31, 41 and 84. RGB value is (49,65,132). Sum of RGB (Red+Green+Blue) = 49+65+132=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 132 (51.95% from 255 or 53.66% from 246); Max value from RGB is 132 - color contains mainly: blue. Hex color #314184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314184 is #CEBE7B. Grayscale: #434343. Windows color (decimal): -13549180 or 8667441. OLE color: 8667441.
HSL color Cylindrical-coordinate representation of color #314184: hue angle of 228.43º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #314184 is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 49 | 65 | 132 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.48 |
| HSL | 228.43º | 0.46% | 0.35% | - |
| HSV(B) | 228.43º | 0.63% | 0.52% | - |
| XYZ | 7.32 | 6.1 | 22.62 | - |
| YUV | 67.85 | 164.2 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 65 | 132 | 0.63 | 0.51 | 0 | 0.48 | 228.43 | 0.46 | 0.35 |
| Hex | 31 | 41 | 84 | 3F | 33 | 0 | 30 | E4 | 2E | 23 |
| Octal | 61 | 101 | 204 | 77 | 63 | 0 | 60 | 344 | 56 | 43 |
| Binary | 110001 | 1000001 | 10000100 | 111111 | 110011 | 0 | 110000 | 11100100 | 101110 | 100011 |
Color Harmonies of #314184
Complementary color
Monochromatic Colors of #314184
Black with #314184
Text Example
Text Example
White with #314184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314184; }
p { color: rgb(49,65,132); }
H1.HeaderClassName
{
color: #314184;
}
.AnyTagClassName
{
color: #314184;
}
</style>
background-color css
<style>
a { background-color: #314184; }
a { background-color: rgb(49,65,132); }
div.DivClassName
{
background-color: #314184;
}
.BgClassName
{
background-color: #314184;
}
</style>
border-color css
<style>
span { border-color: #314184; }
span { border-color: rgb(49,65,132); }
td.TdClassName
{
border-color: #314184;
}
.TagClassName
{
border-color: #314184;
}
</style>