Shades of Resolution Blue #314283
Tints of Resolution Blue #314283
RGB
CMYK
RGB Variations
Color information
#314283 (or 0x314283) is known color: Resolution Blue. HEX triplet: 31, 42 and 83. RGB value is (49,66,131). Sum of RGB (Red+Green+Blue) = 49+66+131=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 131 (51.56% from 255 or 53.25% from 246); Max value from RGB is 131 - color contains mainly: blue. Hex color #314283 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314283 is #CEBD7C. Grayscale: #444444. Windows color (decimal): -13548925 or 8602161. OLE color: 8602161.
HSL color Cylindrical-coordinate representation of color #314283: hue angle of 227.56º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #314283 is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 66 | 131 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.49 |
| HSL | 227.56º | 0.46% | 0.35% | - |
| HSV(B) | 227.56º | 0.63% | 0.51% | - |
| XYZ | 7.31 | 6.19 | 22.28 | - |
| YUV | 68.33 | 163.37 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 66 | 131 | 0.63 | 0.50 | 0 | 0.49 | 227.56 | 0.46 | 0.35 |
| Hex | 31 | 42 | 83 | 3F | 32 | 0 | 31 | E4 | 2E | 23 |
| Octal | 61 | 102 | 203 | 77 | 62 | 0 | 61 | 344 | 56 | 43 |
| Binary | 110001 | 1000010 | 10000011 | 111111 | 110010 | 0 | 110001 | 11100100 | 101110 | 100011 |
Color Harmonies of #314283
Complementary color
Monochromatic Colors of #314283
Black with #314283
Text Example
Text Example
White with #314283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314283; }
p { color: rgb(49,66,131); }
H1.HeaderClassName
{
color: #314283;
}
.AnyTagClassName
{
color: #314283;
}
</style>
background-color css
<style>
a { background-color: #314283; }
a { background-color: rgb(49,66,131); }
div.DivClassName
{
background-color: #314283;
}
.BgClassName
{
background-color: #314283;
}
</style>
border-color css
<style>
span { border-color: #314283; }
span { border-color: rgb(49,66,131); }
td.TdClassName
{
border-color: #314283;
}
.TagClassName
{
border-color: #314283;
}
</style>