Shades of Royal Blue #3874EC
Tints of Royal Blue #3874EC
RGB
CMYK
RGB Variations
Color information
#3874EC (or 0x3874EC) is known color: Royal Blue. HEX triplet: 38, 74 and EC. RGB value is (56,116,236). Sum of RGB (Red+Green+Blue) = 56+116+236=408 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.73% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 236 (92.58% from 255 or 57.84% from 408); Max value from RGB is 236 - color contains mainly: blue. Hex color #3874EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3874EC is #C78B13. Grayscale: #6F6F6F. Windows color (decimal): -13077268 or 15496248. OLE color: 15496248.
HSL color Cylindrical-coordinate representation of color #3874EC: hue angle of 220º 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 #3874EC is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 116 | 236 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.07 |
| HSL | 220º | 0.83% | 0.57% | - |
| HSV(B) | 220º | 0.76% | 0.93% | - |
| XYZ | 23.02 | 19.39 | 81.89 | - |
| YUV | 111.74 | 198.12 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 116 | 236 | 0.76 | 0.51 | 0 | 0.07 | 220 | 0.83 | 0.57 |
| Hex | 38 | 74 | EC | 4C | 33 | 0 | 7 | DC | 53 | 39 |
| Octal | 70 | 164 | 354 | 114 | 63 | 0 | 7 | 334 | 123 | 71 |
| Binary | 111000 | 1110100 | 11101100 | 1001100 | 110011 | 0 | 111 | 11011100 | 1010011 | 111001 |
Color Harmonies of #3874EC
Complementary color
Monochromatic Colors of #3874EC
Black with #3874EC
Text Example
Text Example
White with #3874EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3874EC; }
p { color: rgb(56,116,236); }
H1.HeaderClassName
{
color: #3874EC;
}
.AnyTagClassName
{
color: #3874EC;
}
</style>
background-color css
<style>
a { background-color: #3874EC; }
a { background-color: rgb(56,116,236); }
div.DivClassName
{
background-color: #3874EC;
}
.BgClassName
{
background-color: #3874EC;
}
</style>
border-color css
<style>
span { border-color: #3874EC; }
span { border-color: rgb(56,116,236); }
td.TdClassName
{
border-color: #3874EC;
}
.TagClassName
{
border-color: #3874EC;
}
</style>