Shades of Royal Blue #314CE3
Tints of Royal Blue #314CE3
RGB
CMYK
RGB Variations
Color information
#314CE3 (or 0x314CE3) is known color: Royal Blue. HEX triplet: 31, 4C and E3. RGB value is (49,76,227). Sum of RGB (Red+Green+Blue) = 49+76+227=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 227 (89.06% from 255 or 64.49% from 352); Max value from RGB is 227 - color contains mainly: blue. Hex color #314CE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314CE3 is #CEB31C. Grayscale: #545454. Windows color (decimal): -13546269 or 14896177. OLE color: 14896177.
HSL color Cylindrical-coordinate representation of color #314CE3: hue angle of 230.9º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #314CE3 is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 49 | 76 | 227 | - |
| CMYK | 0.78 | 0.67 | 0 | 0.11 |
| HSL | 230.9º | 0.76% | 0.54% | - |
| HSV(B) | 230.9º | 0.78% | 0.89% | - |
| XYZ | 17.72 | 11.37 | 73.93 | - |
| YUV | 85.14 | 208.05 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 227 | 0.78 | 0.67 | 0 | 0.11 | 230.9 | 0.76 | 0.54 |
| Hex | 31 | 4C | E3 | 4E | 43 | 0 | B | E7 | 4C | 36 |
| Octal | 61 | 114 | 343 | 116 | 103 | 0 | 13 | 347 | 114 | 66 |
| Binary | 110001 | 1001100 | 11100011 | 1001110 | 1000011 | 0 | 1011 | 11100111 | 1001100 | 110110 |
Color Harmonies of #314CE3
Complementary color
Monochromatic Colors of #314CE3
Black with #314CE3
Text Example
Text Example
White with #314CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314CE3; }
p { color: rgb(49,76,227); }
H1.HeaderClassName
{
color: #314CE3;
}
.AnyTagClassName
{
color: #314CE3;
}
</style>
background-color css
<style>
a { background-color: #314CE3; }
a { background-color: rgb(49,76,227); }
div.DivClassName
{
background-color: #314CE3;
}
.BgClassName
{
background-color: #314CE3;
}
</style>
border-color css
<style>
span { border-color: #314CE3; }
span { border-color: rgb(49,76,227); }
td.TdClassName
{
border-color: #314CE3;
}
.TagClassName
{
border-color: #314CE3;
}
</style>