Shades of Royal Blue #386AD4
Tints of Royal Blue #386AD4
RGB
CMYK
RGB Variations
Color information
#386AD4 (or 0x386AD4) is known color: Royal Blue. HEX triplet: 38, 6A and D4. RGB value is (56,106,212). Sum of RGB (Red+Green+Blue) = 56+106+212=374 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.97% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 212 (83.20% from 255 or 56.68% from 374); Max value from RGB is 212 - color contains mainly: blue. Hex color #386AD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386AD4 is #C7952B. Grayscale: #666666. Windows color (decimal): -13079852 or 13920824. OLE color: 13920824.
HSL color Cylindrical-coordinate representation of color #386AD4: hue angle of 220.77º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #386AD4 is Cyan = 0.74, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 56 | 106 | 212 | - |
| CMYK | 0.74 | 0.5 | 0 | 0.17 |
| HSL | 220.77º | 0.64% | 0.53% | - |
| HSV(B) | 220.77º | 0.74% | 0.83% | - |
| XYZ | 18.67 | 15.9 | 64.37 | - |
| YUV | 103.13 | 189.44 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 106 | 212 | 0.74 | 0.5 | 0 | 0.17 | 220.77 | 0.64 | 0.53 |
| Hex | 38 | 6A | D4 | 4A | 32 | 0 | 11 | DD | 40 | 35 |
| Octal | 70 | 152 | 324 | 112 | 62 | 0 | 21 | 335 | 100 | 65 |
| Binary | 111000 | 1101010 | 11010100 | 1001010 | 110010 | 0 | 10001 | 11011101 | 1000000 | 110101 |
Color Harmonies of #386AD4
Complementary color
Monochromatic Colors of #386AD4
Black with #386AD4
Text Example
Text Example
White with #386AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386AD4; }
p { color: rgb(56,106,212); }
H1.HeaderClassName
{
color: #386AD4;
}
.AnyTagClassName
{
color: #386AD4;
}
</style>
background-color css
<style>
a { background-color: #386AD4; }
a { background-color: rgb(56,106,212); }
div.DivClassName
{
background-color: #386AD4;
}
.BgClassName
{
background-color: #386AD4;
}
</style>
border-color css
<style>
span { border-color: #386AD4; }
span { border-color: rgb(56,106,212); }
td.TdClassName
{
border-color: #386AD4;
}
.TagClassName
{
border-color: #386AD4;
}
</style>