Shades of Royal Blue #3861ED
Tints of Royal Blue #3861ED
RGB
CMYK
RGB Variations
Color information
#3861ED (or 0x3861ED) is known color: Royal Blue. HEX triplet: 38, 61 and ED. RGB value is (56,97,237). Sum of RGB (Red+Green+Blue) = 56+97+237=390 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.36% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 237 (92.97% from 255 or 60.77% from 390); Max value from RGB is 237 - color contains mainly: blue. Hex color #3861ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3861ED is #C79E12. Grayscale: #646464. Windows color (decimal): -13082131 or 15556920. OLE color: 15556920.
HSL color Cylindrical-coordinate representation of color #3861ED: hue angle of 226.41º 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 #3861ED is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 97 | 237 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.07 |
| HSL | 226.41º | 0.83% | 0.57% | - |
| HSV(B) | 226.41º | 0.76% | 0.93% | - |
| XYZ | 21.19 | 15.5 | 82 | - |
| YUV | 100.7 | 204.92 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 97 | 237 | 0.76 | 0.59 | 0 | 0.07 | 226.41 | 0.83 | 0.57 |
| Hex | 38 | 61 | ED | 4C | 3B | 0 | 7 | E2 | 53 | 39 |
| Octal | 70 | 141 | 355 | 114 | 73 | 0 | 7 | 342 | 123 | 71 |
| Binary | 111000 | 1100001 | 11101101 | 1001100 | 111011 | 0 | 111 | 11100010 | 1010011 | 111001 |
Color Harmonies of #3861ED
Complementary color
Monochromatic Colors of #3861ED
Black with #3861ED
Text Example
Text Example
White with #3861ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3861ED; }
p { color: rgb(56,97,237); }
H1.HeaderClassName
{
color: #3861ED;
}
.AnyTagClassName
{
color: #3861ED;
}
</style>
background-color css
<style>
a { background-color: #3861ED; }
a { background-color: rgb(56,97,237); }
div.DivClassName
{
background-color: #3861ED;
}
.BgClassName
{
background-color: #3861ED;
}
</style>
border-color css
<style>
span { border-color: #3861ED; }
span { border-color: rgb(56,97,237); }
td.TdClassName
{
border-color: #3861ED;
}
.TagClassName
{
border-color: #3861ED;
}
</style>