Shades of Royal Blue #386DC6
Tints of Royal Blue #386DC6
RGB
CMYK
RGB Variations
Color information
#386DC6 (or 0x386DC6) is known color: Royal Blue. HEX triplet: 38, 6D and C6. RGB value is (56,109,198). Sum of RGB (Red+Green+Blue) = 56+109+198=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 198 (77.73% from 255 or 54.55% from 363); Max value from RGB is 198 - color contains mainly: blue. Hex color #386DC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386DC6 is #C79239. Grayscale: #666666. Windows color (decimal): -13079098 or 13004088. OLE color: 13004088.
HSL color Cylindrical-coordinate representation of color #386DC6: hue angle of 217.61º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #386DC6 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 109 | 198 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.22 |
| HSL | 217.61º | 0.56% | 0.5% | - |
| HSV(B) | 217.61º | 0.72% | 0.78% | - |
| XYZ | 17.29 | 15.86 | 55.58 | - |
| YUV | 103.3 | 181.44 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 109 | 198 | 0.72 | 0.45 | 0 | 0.22 | 217.61 | 0.56 | 0.5 |
| Hex | 38 | 6D | C6 | 48 | 2D | 0 | 16 | DA | 38 | 32 |
| Octal | 70 | 155 | 306 | 110 | 55 | 0 | 26 | 332 | 70 | 62 |
| Binary | 111000 | 1101101 | 11000110 | 1001000 | 101101 | 0 | 10110 | 11011010 | 111000 | 110010 |
Color Harmonies of #386DC6
Complementary color
Monochromatic Colors of #386DC6
Black with #386DC6
Text Example
Text Example
White with #386DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386DC6; }
p { color: rgb(56,109,198); }
H1.HeaderClassName
{
color: #386DC6;
}
.AnyTagClassName
{
color: #386DC6;
}
</style>
background-color css
<style>
a { background-color: #386DC6; }
a { background-color: rgb(56,109,198); }
div.DivClassName
{
background-color: #386DC6;
}
.BgClassName
{
background-color: #386DC6;
}
</style>
border-color css
<style>
span { border-color: #386DC6; }
span { border-color: rgb(56,109,198); }
td.TdClassName
{
border-color: #386DC6;
}
.TagClassName
{
border-color: #386DC6;
}
</style>