Shades of Royal Blue #3864D9
Tints of Royal Blue #3864D9
RGB
CMYK
RGB Variations
Color information
#3864D9 (or 0x3864D9) is known color: Royal Blue. HEX triplet: 38, 64 and D9. RGB value is (56,100,217). Sum of RGB (Red+Green+Blue) = 56+100+217=373 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.01% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 217 (85.16% from 255 or 58.18% from 373); Max value from RGB is 217 - color contains mainly: blue. Hex color #3864D9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3864D9 is #C79B26. Grayscale: #636363. Windows color (decimal): -13081383 or 14246968. OLE color: 14246968.
HSL color Cylindrical-coordinate representation of color #3864D9: hue angle of 223.6º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3864D9 is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 100 | 217 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.15 |
| HSL | 223.6º | 0.68% | 0.54% | - |
| HSV(B) | 223.6º | 0.74% | 0.85% | - |
| XYZ | 18.71 | 14.96 | 67.55 | - |
| YUV | 100.18 | 193.92 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 100 | 217 | 0.74 | 0.54 | 0 | 0.15 | 223.6 | 0.68 | 0.54 |
| Hex | 38 | 64 | D9 | 4A | 36 | 0 | F | E0 | 44 | 36 |
| Octal | 70 | 144 | 331 | 112 | 66 | 0 | 17 | 340 | 104 | 66 |
| Binary | 111000 | 1100100 | 11011001 | 1001010 | 110110 | 0 | 1111 | 11100000 | 1000100 | 110110 |
Color Harmonies of #3864D9
Complementary color
Monochromatic Colors of #3864D9
Black with #3864D9
Text Example
Text Example
White with #3864D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3864D9; }
p { color: rgb(56,100,217); }
H1.HeaderClassName
{
color: #3864D9;
}
.AnyTagClassName
{
color: #3864D9;
}
</style>
background-color css
<style>
a { background-color: #3864D9; }
a { background-color: rgb(56,100,217); }
div.DivClassName
{
background-color: #3864D9;
}
.BgClassName
{
background-color: #3864D9;
}
</style>
border-color css
<style>
span { border-color: #3864D9; }
span { border-color: rgb(56,100,217); }
td.TdClassName
{
border-color: #3864D9;
}
.TagClassName
{
border-color: #3864D9;
}
</style>