Shades of Royal Blue #386FF6
Tints of Royal Blue #386FF6
RGB
CMYK
RGB Variations
Color information
#386FF6 (or 0x386FF6) is known color: Royal Blue. HEX triplet: 38, 6F and F6. RGB value is (56,111,246). Sum of RGB (Red+Green+Blue) = 56+111+246=413 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.56% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 246 (96.48% from 255 or 59.56% from 413); Max value from RGB is 246 - color contains mainly: blue. Hex color #386FF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386FF6 is #C79009. Grayscale: #6D6D6D. Windows color (decimal): -13078538 or 16150328. OLE color: 16150328.
HSL color Cylindrical-coordinate representation of color #386FF6: hue angle of 222.63º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #386FF6 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 111 | 246 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.04 |
| HSL | 222.63º | 0.91% | 0.59% | - |
| HSV(B) | 222.63º | 0.77% | 0.96% | - |
| XYZ | 23.95 | 18.86 | 89.57 | - |
| YUV | 109.95 | 204.78 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 246 | 0.77 | 0.55 | 0 | 0.04 | 222.63 | 0.91 | 0.59 |
| Hex | 38 | 6F | F6 | 4D | 37 | 0 | 4 | DF | 5B | 3B |
| Octal | 70 | 157 | 366 | 115 | 67 | 0 | 4 | 337 | 133 | 73 |
| Binary | 111000 | 1101111 | 11110110 | 1001101 | 110111 | 0 | 100 | 11011111 | 1011011 | 111011 |
Color Harmonies of #386FF6
Complementary color
Monochromatic Colors of #386FF6
Black with #386FF6
Text Example
Text Example
White with #386FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386FF6; }
p { color: rgb(56,111,246); }
H1.HeaderClassName
{
color: #386FF6;
}
.AnyTagClassName
{
color: #386FF6;
}
</style>
background-color css
<style>
a { background-color: #386FF6; }
a { background-color: rgb(56,111,246); }
div.DivClassName
{
background-color: #386FF6;
}
.BgClassName
{
background-color: #386FF6;
}
</style>
border-color css
<style>
span { border-color: #386FF6; }
span { border-color: rgb(56,111,246); }
td.TdClassName
{
border-color: #386FF6;
}
.TagClassName
{
border-color: #386FF6;
}
</style>