Shades of Royal Blue #3854EC
Tints of Royal Blue #3854EC
RGB
CMYK
RGB Variations
Color information
#3854EC (or 0x3854EC) is known color: Royal Blue. HEX triplet: 38, 54 and EC. RGB value is (56,84,236). Sum of RGB (Red+Green+Blue) = 56+84+236=376 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.89% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 236 (92.58% from 255 or 62.77% from 376); Max value from RGB is 236 - color contains mainly: blue. Hex color #3854EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3854EC is #C7AB13. Grayscale: #5C5C5C. Windows color (decimal): -13085460 or 15488056. OLE color: 15488056.
HSL color Cylindrical-coordinate representation of color #3854EC: hue angle of 230.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3854EC is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 84 | 236 | - |
| CMYK | 0.76 | 0.64 | 0 | 0.07 |
| HSL | 230.67º | 0.83% | 0.57% | - |
| HSV(B) | 230.67º | 0.76% | 0.93% | - |
| XYZ | 19.94 | 13.24 | 80.86 | - |
| YUV | 92.96 | 208.72 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 84 | 236 | 0.76 | 0.64 | 0 | 0.07 | 230.67 | 0.83 | 0.57 |
| Hex | 38 | 54 | EC | 4C | 40 | 0 | 7 | E7 | 53 | 39 |
| Octal | 70 | 124 | 354 | 114 | 100 | 0 | 7 | 347 | 123 | 71 |
| Binary | 111000 | 1010100 | 11101100 | 1001100 | 1000000 | 0 | 111 | 11100111 | 1010011 | 111001 |
Color Harmonies of #3854EC
Complementary color
Monochromatic Colors of #3854EC
Black with #3854EC
Text Example
Text Example
White with #3854EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3854EC; }
p { color: rgb(56,84,236); }
H1.HeaderClassName
{
color: #3854EC;
}
.AnyTagClassName
{
color: #3854EC;
}
</style>
background-color css
<style>
a { background-color: #3854EC; }
a { background-color: rgb(56,84,236); }
div.DivClassName
{
background-color: #3854EC;
}
.BgClassName
{
background-color: #3854EC;
}
</style>
border-color css
<style>
span { border-color: #3854EC; }
span { border-color: rgb(56,84,236); }
td.TdClassName
{
border-color: #3854EC;
}
.TagClassName
{
border-color: #3854EC;
}
</style>