Shades of Royal Blue #3874EF
Tints of Royal Blue #3874EF
RGB
CMYK
RGB Variations
Color information
#3874EF (or 0x3874EF) is known color: Royal Blue. HEX triplet: 38, 74 and EF. RGB value is (56,116,239). Sum of RGB (Red+Green+Blue) = 56+116+239=411 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.63% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 239 (93.75% from 255 or 58.15% from 411); Max value from RGB is 239 - color contains mainly: blue. Hex color #3874EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3874EF is #C78B10. Grayscale: #6F6F6F. Windows color (decimal): -13077265 or 15692856. OLE color: 15692856.
HSL color Cylindrical-coordinate representation of color #3874EF: hue angle of 220.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3874EF is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 116 | 239 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.06 |
| HSL | 220.33º | 0.85% | 0.58% | - |
| HSV(B) | 220.33º | 0.77% | 0.94% | - |
| XYZ | 23.46 | 19.56 | 84.2 | - |
| YUV | 112.08 | 199.62 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 116 | 239 | 0.77 | 0.51 | 0 | 0.06 | 220.33 | 0.85 | 0.58 |
| Hex | 38 | 74 | EF | 4D | 33 | 0 | 6 | DC | 55 | 3A |
| Octal | 70 | 164 | 357 | 115 | 63 | 0 | 6 | 334 | 125 | 72 |
| Binary | 111000 | 1110100 | 11101111 | 1001101 | 110011 | 0 | 110 | 11011100 | 1010101 | 111010 |
Color Harmonies of #3874EF
Complementary color
Monochromatic Colors of #3874EF
Black with #3874EF
Text Example
Text Example
White with #3874EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3874EF; }
p { color: rgb(56,116,239); }
H1.HeaderClassName
{
color: #3874EF;
}
.AnyTagClassName
{
color: #3874EF;
}
</style>
background-color css
<style>
a { background-color: #3874EF; }
a { background-color: rgb(56,116,239); }
div.DivClassName
{
background-color: #3874EF;
}
.BgClassName
{
background-color: #3874EF;
}
</style>
border-color css
<style>
span { border-color: #3874EF; }
span { border-color: rgb(56,116,239); }
td.TdClassName
{
border-color: #3874EF;
}
.TagClassName
{
border-color: #3874EF;
}
</style>