Shades of Royal Blue #3864EA
Tints of Royal Blue #3864EA
RGB
CMYK
RGB Variations
Color information
#3864EA (or 0x3864EA) is known color: Royal Blue. HEX triplet: 38, 64 and EA. RGB value is (56,100,234). Sum of RGB (Red+Green+Blue) = 56+100+234=390 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.36% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #3864EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3864EA is #C79B15. Grayscale: #656565. Windows color (decimal): -13081366 or 15361080. OLE color: 15361080.
HSL color Cylindrical-coordinate representation of color #3864EA: hue angle of 225.17º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3864EA is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 56 | 100 | 234 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.08 |
| HSL | 225.17º | 0.81% | 0.57% | - |
| HSV(B) | 225.17º | 0.76% | 0.92% | - |
| XYZ | 21.04 | 15.9 | 79.8 | - |
| YUV | 102.12 | 202.42 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 100 | 234 | 0.76 | 0.57 | 0 | 0.08 | 225.17 | 0.81 | 0.57 |
| Hex | 38 | 64 | EA | 4C | 39 | 0 | 8 | E1 | 51 | 39 |
| Octal | 70 | 144 | 352 | 114 | 71 | 0 | 10 | 341 | 121 | 71 |
| Binary | 111000 | 1100100 | 11101010 | 1001100 | 111001 | 0 | 1000 | 11100001 | 1010001 | 111001 |
Color Harmonies of #3864EA
Complementary color
Monochromatic Colors of #3864EA
Black with #3864EA
Text Example
Text Example
White with #3864EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3864EA; }
p { color: rgb(56,100,234); }
H1.HeaderClassName
{
color: #3864EA;
}
.AnyTagClassName
{
color: #3864EA;
}
</style>
background-color css
<style>
a { background-color: #3864EA; }
a { background-color: rgb(56,100,234); }
div.DivClassName
{
background-color: #3864EA;
}
.BgClassName
{
background-color: #3864EA;
}
</style>
border-color css
<style>
span { border-color: #3864EA; }
span { border-color: rgb(56,100,234); }
td.TdClassName
{
border-color: #3864EA;
}
.TagClassName
{
border-color: #3864EA;
}
</style>