Shades of Royal Blue #386FD1
Tints of Royal Blue #386FD1
RGB
CMYK
RGB Variations
Color information
#386FD1 (or 0x386FD1) is known color: Royal Blue. HEX triplet: 38, 6F and D1. RGB value is (56,111,209). Sum of RGB (Red+Green+Blue) = 56+111+209=376 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.89% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 209 (82.03% from 255 or 55.59% from 376); Max value from RGB is 209 - color contains mainly: blue. Hex color #386FD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386FD1 is #C7902E. Grayscale: #696969. Windows color (decimal): -13078575 or 13725496. OLE color: 13725496.
HSL color Cylindrical-coordinate representation of color #386FD1: hue angle of 218.43º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #386FD1 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 111 | 209 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.18 |
| HSL | 218.43º | 0.62% | 0.52% | - |
| HSV(B) | 218.43º | 0.73% | 0.82% | - |
| XYZ | 18.82 | 16.81 | 62.57 | - |
| YUV | 105.73 | 186.28 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 209 | 0.73 | 0.47 | 0 | 0.18 | 218.43 | 0.62 | 0.52 |
| Hex | 38 | 6F | D1 | 49 | 2F | 0 | 12 | DA | 3E | 34 |
| Octal | 70 | 157 | 321 | 111 | 57 | 0 | 22 | 332 | 76 | 64 |
| Binary | 111000 | 1101111 | 11010001 | 1001001 | 101111 | 0 | 10010 | 11011010 | 111110 | 110100 |
Color Harmonies of #386FD1
Complementary color
Monochromatic Colors of #386FD1
Black with #386FD1
Text Example
Text Example
White with #386FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386FD1; }
p { color: rgb(56,111,209); }
H1.HeaderClassName
{
color: #386FD1;
}
.AnyTagClassName
{
color: #386FD1;
}
</style>
background-color css
<style>
a { background-color: #386FD1; }
a { background-color: rgb(56,111,209); }
div.DivClassName
{
background-color: #386FD1;
}
.BgClassName
{
background-color: #386FD1;
}
</style>
border-color css
<style>
span { border-color: #386FD1; }
span { border-color: rgb(56,111,209); }
td.TdClassName
{
border-color: #386FD1;
}
.TagClassName
{
border-color: #386FD1;
}
</style>