Shades of Royal Blue #386DF3
Tints of Royal Blue #386DF3
RGB
CMYK
RGB Variations
Color information
#386DF3 (or 0x386DF3) is known color: Royal Blue. HEX triplet: 38, 6D and F3. RGB value is (56,109,243). Sum of RGB (Red+Green+Blue) = 56+109+243=408 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.73% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 243 (95.31% from 255 or 59.56% from 408); Max value from RGB is 243 - color contains mainly: blue. Hex color #386DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386DF3 is #C7920C. Grayscale: #6B6B6B. Windows color (decimal): -13079053 or 15953208. OLE color: 15953208.
HSL color Cylindrical-coordinate representation of color #386DF3: hue angle of 222.99º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #386DF3 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 109 | 243 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.05 |
| HSL | 222.99º | 0.89% | 0.59% | - |
| HSV(B) | 222.99º | 0.77% | 0.95% | - |
| XYZ | 23.28 | 18.25 | 87.09 | - |
| YUV | 108.43 | 203.94 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 109 | 243 | 0.77 | 0.55 | 0 | 0.05 | 222.99 | 0.89 | 0.59 |
| Hex | 38 | 6D | F3 | 4D | 37 | 0 | 5 | DF | 59 | 3B |
| Octal | 70 | 155 | 363 | 115 | 67 | 0 | 5 | 337 | 131 | 73 |
| Binary | 111000 | 1101101 | 11110011 | 1001101 | 110111 | 0 | 101 | 11011111 | 1011001 | 111011 |
Color Harmonies of #386DF3
Complementary color
Monochromatic Colors of #386DF3
Black with #386DF3
Text Example
Text Example
White with #386DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386DF3; }
p { color: rgb(56,109,243); }
H1.HeaderClassName
{
color: #386DF3;
}
.AnyTagClassName
{
color: #386DF3;
}
</style>
background-color css
<style>
a { background-color: #386DF3; }
a { background-color: rgb(56,109,243); }
div.DivClassName
{
background-color: #386DF3;
}
.BgClassName
{
background-color: #386DF3;
}
</style>
border-color css
<style>
span { border-color: #386DF3; }
span { border-color: rgb(56,109,243); }
td.TdClassName
{
border-color: #386DF3;
}
.TagClassName
{
border-color: #386DF3;
}
</style>