Shades of Royal Blue #386CE3
Tints of Royal Blue #386CE3
RGB
CMYK
RGB Variations
Color information
#386CE3 (or 0x386CE3) is known color: Royal Blue. HEX triplet: 38, 6C and E3. RGB value is (56,108,227). Sum of RGB (Red+Green+Blue) = 56+108+227=391 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.32% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 227 (89.06% from 255 or 58.06% from 391); Max value from RGB is 227 - color contains mainly: blue. Hex color #386CE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386CE3 is #C7931C. Grayscale: #696969. Windows color (decimal): -13079325 or 14904376. OLE color: 14904376.
HSL color Cylindrical-coordinate representation of color #386CE3: hue angle of 221.75º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #386CE3 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 56 | 108 | 227 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.11 |
| HSL | 221.75º | 0.75% | 0.55% | - |
| HSV(B) | 221.75º | 0.75% | 0.89% | - |
| XYZ | 20.86 | 17.11 | 74.88 | - |
| YUV | 106.02 | 196.27 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 108 | 227 | 0.75 | 0.52 | 0 | 0.11 | 221.75 | 0.75 | 0.55 |
| Hex | 38 | 6C | E3 | 4B | 34 | 0 | B | DE | 4B | 37 |
| Octal | 70 | 154 | 343 | 113 | 64 | 0 | 13 | 336 | 113 | 67 |
| Binary | 111000 | 1101100 | 11100011 | 1001011 | 110100 | 0 | 1011 | 11011110 | 1001011 | 110111 |
Color Harmonies of #386CE3
Complementary color
Monochromatic Colors of #386CE3
Black with #386CE3
Text Example
Text Example
White with #386CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386CE3; }
p { color: rgb(56,108,227); }
H1.HeaderClassName
{
color: #386CE3;
}
.AnyTagClassName
{
color: #386CE3;
}
</style>
background-color css
<style>
a { background-color: #386CE3; }
a { background-color: rgb(56,108,227); }
div.DivClassName
{
background-color: #386CE3;
}
.BgClassName
{
background-color: #386CE3;
}
</style>
border-color css
<style>
span { border-color: #386CE3; }
span { border-color: rgb(56,108,227); }
td.TdClassName
{
border-color: #386CE3;
}
.TagClassName
{
border-color: #386CE3;
}
</style>