Shades of Royal Blue #3851EC
Tints of Royal Blue #3851EC
RGB
CMYK
RGB Variations
Color information
#3851EC (or 0x3851EC) is known color: Royal Blue. HEX triplet: 38, 51 and EC. RGB value is (56,81,236). Sum of RGB (Red+Green+Blue) = 56+81+236=373 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.01% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 236 (92.58% from 255 or 63.27% from 373); Max value from RGB is 236 - color contains mainly: blue. Hex color #3851EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3851EC is #C7AE13. Grayscale: #5A5A5A. Windows color (decimal): -13086228 or 15487288. OLE color: 15487288.
HSL color Cylindrical-coordinate representation of color #3851EC: hue angle of 231.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 #3851EC is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 81 | 236 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.07 |
| HSL | 231.67º | 0.83% | 0.57% | - |
| HSV(B) | 231.67º | 0.76% | 0.93% | - |
| XYZ | 19.71 | 12.78 | 80.78 | - |
| YUV | 91.2 | 209.72 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 81 | 236 | 0.76 | 0.66 | 0 | 0.07 | 231.67 | 0.83 | 0.57 |
| Hex | 38 | 51 | EC | 4C | 42 | 0 | 7 | E8 | 53 | 39 |
| Octal | 70 | 121 | 354 | 114 | 102 | 0 | 7 | 350 | 123 | 71 |
| Binary | 111000 | 1010001 | 11101100 | 1001100 | 1000010 | 0 | 111 | 11101000 | 1010011 | 111001 |
Color Harmonies of #3851EC
Complementary color
Monochromatic Colors of #3851EC
Black with #3851EC
Text Example
Text Example
White with #3851EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3851EC; }
p { color: rgb(56,81,236); }
H1.HeaderClassName
{
color: #3851EC;
}
.AnyTagClassName
{
color: #3851EC;
}
</style>
background-color css
<style>
a { background-color: #3851EC; }
a { background-color: rgb(56,81,236); }
div.DivClassName
{
background-color: #3851EC;
}
.BgClassName
{
background-color: #3851EC;
}
</style>
border-color css
<style>
span { border-color: #3851EC; }
span { border-color: rgb(56,81,236); }
td.TdClassName
{
border-color: #3851EC;
}
.TagClassName
{
border-color: #3851EC;
}
</style>