Shades of Royal Blue #386FCE
Tints of Royal Blue #386FCE
RGB
CMYK
RGB Variations
Color information
#386FCE (or 0x386FCE) is known color: Royal Blue. HEX triplet: 38, 6F and CE. RGB value is (56,111,206). Sum of RGB (Red+Green+Blue) = 56+111+206=373 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.01% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #386FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386FCE is #C79031. Grayscale: #686868. Windows color (decimal): -13078578 or 13528888. OLE color: 13528888.
HSL color Cylindrical-coordinate representation of color #386FCE: hue angle of 218º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #386FCE is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 111 | 206 | - |
| CMYK | 0.73 | 0.46 | 0 | 0.19 |
| HSL | 218º | 0.6% | 0.51% | - |
| HSV(B) | 218º | 0.73% | 0.81% | - |
| XYZ | 18.46 | 16.67 | 60.64 | - |
| YUV | 105.39 | 184.78 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 206 | 0.73 | 0.46 | 0 | 0.19 | 218 | 0.6 | 0.51 |
| Hex | 38 | 6F | CE | 49 | 2E | 0 | 13 | DA | 3C | 33 |
| Octal | 70 | 157 | 316 | 111 | 56 | 0 | 23 | 332 | 74 | 63 |
| Binary | 111000 | 1101111 | 11001110 | 1001001 | 101110 | 0 | 10011 | 11011010 | 111100 | 110011 |
Color Harmonies of #386FCE
Complementary color
Monochromatic Colors of #386FCE
Black with #386FCE
Text Example
Text Example
White with #386FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386FCE; }
p { color: rgb(56,111,206); }
H1.HeaderClassName
{
color: #386FCE;
}
.AnyTagClassName
{
color: #386FCE;
}
</style>
background-color css
<style>
a { background-color: #386FCE; }
a { background-color: rgb(56,111,206); }
div.DivClassName
{
background-color: #386FCE;
}
.BgClassName
{
background-color: #386FCE;
}
</style>
border-color css
<style>
span { border-color: #386FCE; }
span { border-color: rgb(56,111,206); }
td.TdClassName
{
border-color: #386FCE;
}
.TagClassName
{
border-color: #386FCE;
}
</style>