Shades of Royal Blue #3863DD
Tints of Royal Blue #3863DD
RGB
CMYK
RGB Variations
Color information
#3863DD (or 0x3863DD) is known color: Royal Blue. HEX triplet: 38, 63 and DD. RGB value is (56,99,221). Sum of RGB (Red+Green+Blue) = 56+99+221=376 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.89% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #3863DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3863DD is #C79C22. Grayscale: #636363. Windows color (decimal): -13081635 or 14508856. OLE color: 14508856.
HSL color Cylindrical-coordinate representation of color #3863DD: hue angle of 224.36º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3863DD is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 99 | 221 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.13 |
| HSL | 224.36º | 0.71% | 0.54% | - |
| HSV(B) | 224.36º | 0.75% | 0.87% | - |
| XYZ | 19.14 | 14.98 | 70.29 | - |
| YUV | 100.05 | 196.25 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 99 | 221 | 0.75 | 0.55 | 0 | 0.13 | 224.36 | 0.71 | 0.54 |
| Hex | 38 | 63 | DD | 4B | 37 | 0 | D | E0 | 47 | 36 |
| Octal | 70 | 143 | 335 | 113 | 67 | 0 | 15 | 340 | 107 | 66 |
| Binary | 111000 | 1100011 | 11011101 | 1001011 | 110111 | 0 | 1101 | 11100000 | 1000111 | 110110 |
Color Harmonies of #3863DD
Complementary color
Monochromatic Colors of #3863DD
Black with #3863DD
Text Example
Text Example
White with #3863DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3863DD; }
p { color: rgb(56,99,221); }
H1.HeaderClassName
{
color: #3863DD;
}
.AnyTagClassName
{
color: #3863DD;
}
</style>
background-color css
<style>
a { background-color: #3863DD; }
a { background-color: rgb(56,99,221); }
div.DivClassName
{
background-color: #3863DD;
}
.BgClassName
{
background-color: #3863DD;
}
</style>
border-color css
<style>
span { border-color: #3863DD; }
span { border-color: rgb(56,99,221); }
td.TdClassName
{
border-color: #3863DD;
}
.TagClassName
{
border-color: #3863DD;
}
</style>