Shades of Royal Blue #314EEA
Tints of Royal Blue #314EEA
RGB
CMYK
RGB Variations
Color information
#314EEA (or 0x314EEA) is known color: Royal Blue. HEX triplet: 31, 4E and EA. RGB value is (49,78,234). Sum of RGB (Red+Green+Blue) = 49+78+234=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 234 (91.80% from 255 or 64.82% from 361); Max value from RGB is 234 - color contains mainly: blue. Hex color #314EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #314EEA is #CEB115. Grayscale: #565656. Windows color (decimal): -13545750 or 15355441. OLE color: 15355441.
HSL color Cylindrical-coordinate representation of color #314EEA: hue angle of 230.59º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #314EEA is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 78 | 234 | - |
| CMYK | 0.79 | 0.67 | 0 | 0.08 |
| HSL | 230.59º | 0.81% | 0.55% | - |
| HSV(B) | 230.59º | 0.79% | 0.92% | - |
| XYZ | 18.84 | 12.04 | 79.17 | - |
| YUV | 87.11 | 210.89 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 78 | 234 | 0.79 | 0.67 | 0 | 0.08 | 230.59 | 0.81 | 0.55 |
| Hex | 31 | 4E | EA | 4F | 43 | 0 | 8 | E7 | 51 | 37 |
| Octal | 61 | 116 | 352 | 117 | 103 | 0 | 10 | 347 | 121 | 67 |
| Binary | 110001 | 1001110 | 11101010 | 1001111 | 1000011 | 0 | 1000 | 11100111 | 1010001 | 110111 |
Color Harmonies of #314EEA
Complementary color
Monochromatic Colors of #314EEA
Black with #314EEA
Text Example
Text Example
White with #314EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314EEA; }
p { color: rgb(49,78,234); }
H1.HeaderClassName
{
color: #314EEA;
}
.AnyTagClassName
{
color: #314EEA;
}
</style>
background-color css
<style>
a { background-color: #314EEA; }
a { background-color: rgb(49,78,234); }
div.DivClassName
{
background-color: #314EEA;
}
.BgClassName
{
background-color: #314EEA;
}
</style>
border-color css
<style>
span { border-color: #314EEA; }
span { border-color: rgb(49,78,234); }
td.TdClassName
{
border-color: #314EEA;
}
.TagClassName
{
border-color: #314EEA;
}
</style>