Shades of Royal Blue #3874CE
Tints of Royal Blue #3874CE
RGB
CMYK
RGB Variations
Color information
#3874CE (or 0x3874CE) is known color: Royal Blue. HEX triplet: 38, 74 and CE. RGB value is (56,116,206). Sum of RGB (Red+Green+Blue) = 56+116+206=378 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.81% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #3874CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3874CE is #C78B31. Grayscale: #6B6B6B. Windows color (decimal): -13077298 or 13530168. OLE color: 13530168.
HSL color Cylindrical-coordinate representation of color #3874CE: hue angle of 216º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3874CE is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 116 | 206 | - |
| CMYK | 0.73 | 0.44 | 0 | 0.19 |
| HSL | 216º | 0.6% | 0.51% | - |
| HSV(B) | 216º | 0.73% | 0.81% | - |
| XYZ | 19.02 | 17.79 | 60.82 | - |
| YUV | 108.32 | 183.12 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 116 | 206 | 0.73 | 0.44 | 0 | 0.19 | 216 | 0.6 | 0.51 |
| Hex | 38 | 74 | CE | 49 | 2C | 0 | 13 | D8 | 3C | 33 |
| Octal | 70 | 164 | 316 | 111 | 54 | 0 | 23 | 330 | 74 | 63 |
| Binary | 111000 | 1110100 | 11001110 | 1001001 | 101100 | 0 | 10011 | 11011000 | 111100 | 110011 |
Color Harmonies of #3874CE
Complementary color
Monochromatic Colors of #3874CE
Black with #3874CE
Text Example
Text Example
White with #3874CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3874CE; }
p { color: rgb(56,116,206); }
H1.HeaderClassName
{
color: #3874CE;
}
.AnyTagClassName
{
color: #3874CE;
}
</style>
background-color css
<style>
a { background-color: #3874CE; }
a { background-color: rgb(56,116,206); }
div.DivClassName
{
background-color: #3874CE;
}
.BgClassName
{
background-color: #3874CE;
}
</style>
border-color css
<style>
span { border-color: #3874CE; }
span { border-color: rgb(56,116,206); }
td.TdClassName
{
border-color: #3874CE;
}
.TagClassName
{
border-color: #3874CE;
}
</style>