Shades of Royal Blue #3864DA
Tints of Royal Blue #3864DA
RGB
CMYK
RGB Variations
Color information
#3864DA (or 0x3864DA) is known color: Royal Blue. HEX triplet: 38, 64 and DA. RGB value is (56,100,218). Sum of RGB (Red+Green+Blue) = 56+100+218=374 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.97% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 218 (85.55% from 255 or 58.29% from 374); Max value from RGB is 218 - color contains mainly: blue. Hex color #3864DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3864DA is #C79B25. Grayscale: #636363. Windows color (decimal): -13081382 or 14312504. OLE color: 14312504.
HSL color Cylindrical-coordinate representation of color #3864DA: hue angle of 223.7º degrees, saturation: 0.69, 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 #3864DA is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 100 | 218 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.15 |
| HSL | 223.7º | 0.69% | 0.54% | - |
| HSV(B) | 223.7º | 0.74% | 0.85% | - |
| XYZ | 18.84 | 15.02 | 68.24 | - |
| YUV | 100.3 | 194.42 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 100 | 218 | 0.74 | 0.54 | 0 | 0.15 | 223.7 | 0.69 | 0.54 |
| Hex | 38 | 64 | DA | 4A | 36 | 0 | F | E0 | 45 | 36 |
| Octal | 70 | 144 | 332 | 112 | 66 | 0 | 17 | 340 | 105 | 66 |
| Binary | 111000 | 1100100 | 11011010 | 1001010 | 110110 | 0 | 1111 | 11100000 | 1000101 | 110110 |
Color Harmonies of #3864DA
Complementary color
Monochromatic Colors of #3864DA
Black with #3864DA
Text Example
Text Example
White with #3864DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3864DA; }
p { color: rgb(56,100,218); }
H1.HeaderClassName
{
color: #3864DA;
}
.AnyTagClassName
{
color: #3864DA;
}
</style>
background-color css
<style>
a { background-color: #3864DA; }
a { background-color: rgb(56,100,218); }
div.DivClassName
{
background-color: #3864DA;
}
.BgClassName
{
background-color: #3864DA;
}
</style>
border-color css
<style>
span { border-color: #3864DA; }
span { border-color: rgb(56,100,218); }
td.TdClassName
{
border-color: #3864DA;
}
.TagClassName
{
border-color: #3864DA;
}
</style>