Shades of Royal Blue #386CDD
Tints of Royal Blue #386CDD
RGB
CMYK
RGB Variations
Color information
#386CDD (or 0x386CDD) is known color: Royal Blue. HEX triplet: 38, 6C and DD. RGB value is (56,108,221). Sum of RGB (Red+Green+Blue) = 56+108+221=385 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.55% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #386CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386CDD is #C79322. Grayscale: #686868. Windows color (decimal): -13079331 or 14511160. OLE color: 14511160.
HSL color Cylindrical-coordinate representation of color #386CDD: hue angle of 221.09º 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 #386CDD is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 108 | 221 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.13 |
| HSL | 221.09º | 0.71% | 0.54% | - |
| HSV(B) | 221.09º | 0.75% | 0.87% | - |
| XYZ | 20.04 | 16.79 | 70.59 | - |
| YUV | 105.33 | 193.27 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 108 | 221 | 0.75 | 0.51 | 0 | 0.13 | 221.09 | 0.71 | 0.54 |
| Hex | 38 | 6C | DD | 4B | 33 | 0 | D | DD | 47 | 36 |
| Octal | 70 | 154 | 335 | 113 | 63 | 0 | 15 | 335 | 107 | 66 |
| Binary | 111000 | 1101100 | 11011101 | 1001011 | 110011 | 0 | 1101 | 11011101 | 1000111 | 110110 |
Color Harmonies of #386CDD
Complementary color
Monochromatic Colors of #386CDD
Black with #386CDD
Text Example
Text Example
White with #386CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386CDD; }
p { color: rgb(56,108,221); }
H1.HeaderClassName
{
color: #386CDD;
}
.AnyTagClassName
{
color: #386CDD;
}
</style>
background-color css
<style>
a { background-color: #386CDD; }
a { background-color: rgb(56,108,221); }
div.DivClassName
{
background-color: #386CDD;
}
.BgClassName
{
background-color: #386CDD;
}
</style>
border-color css
<style>
span { border-color: #386CDD; }
span { border-color: rgb(56,108,221); }
td.TdClassName
{
border-color: #386CDD;
}
.TagClassName
{
border-color: #386CDD;
}
</style>