Shades of Royal Blue #386BD0
Tints of Royal Blue #386BD0
RGB
CMYK
RGB Variations
Color information
#386BD0 (or 0x386BD0) is known color: Royal Blue. HEX triplet: 38, 6B and D0. RGB value is (56,107,208). Sum of RGB (Red+Green+Blue) = 56+107+208=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 208 (81.64% from 255 or 56.06% from 371); Max value from RGB is 208 - color contains mainly: blue. Hex color #386BD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386BD0 is #C7942F. Grayscale: #666666. Windows color (decimal): -13079600 or 13658936. OLE color: 13658936.
HSL color Cylindrical-coordinate representation of color #386BD0: hue angle of 219.87º 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 #386BD0 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 107 | 208 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.18 |
| HSL | 219.87º | 0.62% | 0.52% | - |
| HSV(B) | 219.87º | 0.73% | 0.82% | - |
| XYZ | 18.27 | 15.91 | 61.78 | - |
| YUV | 103.27 | 187.1 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 107 | 208 | 0.73 | 0.49 | 0 | 0.18 | 219.87 | 0.62 | 0.52 |
| Hex | 38 | 6B | D0 | 49 | 31 | 0 | 12 | DC | 3E | 34 |
| Octal | 70 | 153 | 320 | 111 | 61 | 0 | 22 | 334 | 76 | 64 |
| Binary | 111000 | 1101011 | 11010000 | 1001001 | 110001 | 0 | 10010 | 11011100 | 111110 | 110100 |
Color Harmonies of #386BD0
Complementary color
Monochromatic Colors of #386BD0
Black with #386BD0
Text Example
Text Example
White with #386BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386BD0; }
p { color: rgb(56,107,208); }
H1.HeaderClassName
{
color: #386BD0;
}
.AnyTagClassName
{
color: #386BD0;
}
</style>
background-color css
<style>
a { background-color: #386BD0; }
a { background-color: rgb(56,107,208); }
div.DivClassName
{
background-color: #386BD0;
}
.BgClassName
{
background-color: #386BD0;
}
</style>
border-color css
<style>
span { border-color: #386BD0; }
span { border-color: rgb(56,107,208); }
td.TdClassName
{
border-color: #386BD0;
}
.TagClassName
{
border-color: #386BD0;
}
</style>