Shades of Royal Blue #386DCF
Tints of Royal Blue #386DCF
RGB
CMYK
RGB Variations
Color information
#386DCF (or 0x386DCF) is known color: Royal Blue. HEX triplet: 38, 6D and CF. RGB value is (56,109,207). Sum of RGB (Red+Green+Blue) = 56+109+207=372 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.05% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #386DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386DCF is #C79230. Grayscale: #676767. Windows color (decimal): -13079089 or 13593912. OLE color: 13593912.
HSL color Cylindrical-coordinate representation of color #386DCF: hue angle of 218.94º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #386DCF is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 109 | 207 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.19 |
| HSL | 218.94º | 0.61% | 0.52% | - |
| HSV(B) | 218.94º | 0.73% | 0.81% | - |
| XYZ | 18.36 | 16.28 | 61.21 | - |
| YUV | 104.33 | 185.94 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 109 | 207 | 0.73 | 0.47 | 0 | 0.19 | 218.94 | 0.61 | 0.52 |
| Hex | 38 | 6D | CF | 49 | 2F | 0 | 13 | DB | 3D | 34 |
| Octal | 70 | 155 | 317 | 111 | 57 | 0 | 23 | 333 | 75 | 64 |
| Binary | 111000 | 1101101 | 11001111 | 1001001 | 101111 | 0 | 10011 | 11011011 | 111101 | 110100 |
Color Harmonies of #386DCF
Complementary color
Monochromatic Colors of #386DCF
Black with #386DCF
Text Example
Text Example
White with #386DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386DCF; }
p { color: rgb(56,109,207); }
H1.HeaderClassName
{
color: #386DCF;
}
.AnyTagClassName
{
color: #386DCF;
}
</style>
background-color css
<style>
a { background-color: #386DCF; }
a { background-color: rgb(56,109,207); }
div.DivClassName
{
background-color: #386DCF;
}
.BgClassName
{
background-color: #386DCF;
}
</style>
border-color css
<style>
span { border-color: #386DCF; }
span { border-color: rgb(56,109,207); }
td.TdClassName
{
border-color: #386DCF;
}
.TagClassName
{
border-color: #386DCF;
}
</style>