Shades of Royal Blue #386FDD
Tints of Royal Blue #386FDD
RGB
CMYK
RGB Variations
Color information
#386FDD (or 0x386FDD) is known color: Royal Blue. HEX triplet: 38, 6F and DD. RGB value is (56,111,221). Sum of RGB (Red+Green+Blue) = 56+111+221=388 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.43% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #386FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386FDD is #C79022. Grayscale: #6A6A6A. Windows color (decimal): -13078563 or 14511928. OLE color: 14511928.
HSL color Cylindrical-coordinate representation of color #386FDD: hue angle of 220º 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 #386FDD is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 111 | 221 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.13 |
| HSL | 220º | 0.71% | 0.54% | - |
| HSV(B) | 220º | 0.75% | 0.87% | - |
| XYZ | 20.37 | 17.43 | 70.7 | - |
| YUV | 107.1 | 192.28 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 221 | 0.75 | 0.50 | 0 | 0.13 | 220 | 0.71 | 0.54 |
| Hex | 38 | 6F | DD | 4B | 32 | 0 | D | DC | 47 | 36 |
| Octal | 70 | 157 | 335 | 113 | 62 | 0 | 15 | 334 | 107 | 66 |
| Binary | 111000 | 1101111 | 11011101 | 1001011 | 110010 | 0 | 1101 | 11011100 | 1000111 | 110110 |
Color Harmonies of #386FDD
Complementary color
Monochromatic Colors of #386FDD
Black with #386FDD
Text Example
Text Example
White with #386FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386FDD; }
p { color: rgb(56,111,221); }
H1.HeaderClassName
{
color: #386FDD;
}
.AnyTagClassName
{
color: #386FDD;
}
</style>
background-color css
<style>
a { background-color: #386FDD; }
a { background-color: rgb(56,111,221); }
div.DivClassName
{
background-color: #386FDD;
}
.BgClassName
{
background-color: #386FDD;
}
</style>
border-color css
<style>
span { border-color: #386FDD; }
span { border-color: rgb(56,111,221); }
td.TdClassName
{
border-color: #386FDD;
}
.TagClassName
{
border-color: #386FDD;
}
</style>