Shades of Royal Blue #314CE5
Tints of Royal Blue #314CE5
RGB
CMYK
RGB Variations
Color information
#314CE5 (or 0x314CE5) is known color: Royal Blue. HEX triplet: 31, 4C and E5. RGB value is (49,76,229). Sum of RGB (Red+Green+Blue) = 49+76+229=354 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.84% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 229 (89.84% from 255 or 64.69% from 354); Max value from RGB is 229 - color contains mainly: blue. Hex color #314CE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314CE5 is #CEB31A. Grayscale: #545454. Windows color (decimal): -13546267 or 15027249. OLE color: 15027249.
HSL color Cylindrical-coordinate representation of color #314CE5: hue angle of 231º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #314CE5 is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 76 | 229 | - |
| CMYK | 0.79 | 0.67 | 0 | 0.10 |
| HSL | 231º | 0.78% | 0.55% | - |
| HSV(B) | 231º | 0.79% | 0.9% | - |
| XYZ | 17.99 | 11.48 | 75.4 | - |
| YUV | 85.37 | 209.05 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 229 | 0.79 | 0.67 | 0 | 0.10 | 231 | 0.78 | 0.55 |
| Hex | 31 | 4C | E5 | 4F | 43 | 0 | A | E7 | 4E | 37 |
| Octal | 61 | 114 | 345 | 117 | 103 | 0 | 12 | 347 | 116 | 67 |
| Binary | 110001 | 1001100 | 11100101 | 1001111 | 1000011 | 0 | 1010 | 11100111 | 1001110 | 110111 |
Color Harmonies of #314CE5
Complementary color
Monochromatic Colors of #314CE5
Black with #314CE5
Text Example
Text Example
White with #314CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314CE5; }
p { color: rgb(49,76,229); }
H1.HeaderClassName
{
color: #314CE5;
}
.AnyTagClassName
{
color: #314CE5;
}
</style>
background-color css
<style>
a { background-color: #314CE5; }
a { background-color: rgb(49,76,229); }
div.DivClassName
{
background-color: #314CE5;
}
.BgClassName
{
background-color: #314CE5;
}
</style>
border-color css
<style>
span { border-color: #314CE5; }
span { border-color: rgb(49,76,229); }
td.TdClassName
{
border-color: #314CE5;
}
.TagClassName
{
border-color: #314CE5;
}
</style>