Shades of Royal Blue #386ADA
Tints of Royal Blue #386ADA
RGB
CMYK
RGB Variations
Color information
#386ADA (or 0x386ADA) is known color: Royal Blue. HEX triplet: 38, 6A and DA. RGB value is (56,106,218). Sum of RGB (Red+Green+Blue) = 56+106+218=380 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.74% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 218 (85.55% from 255 or 57.37% from 380); Max value from RGB is 218 - color contains mainly: blue. Hex color #386ADA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386ADA is #C79525. Grayscale: #676767. Windows color (decimal): -13079846 or 14314040. OLE color: 14314040.
HSL color Cylindrical-coordinate representation of color #386ADA: hue angle of 221.48º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #386ADA is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 106 | 218 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.15 |
| HSL | 221.48º | 0.69% | 0.54% | - |
| HSV(B) | 221.48º | 0.74% | 0.85% | - |
| XYZ | 19.44 | 16.21 | 68.43 | - |
| YUV | 103.82 | 192.44 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 106 | 218 | 0.74 | 0.51 | 0 | 0.15 | 221.48 | 0.69 | 0.54 |
| Hex | 38 | 6A | DA | 4A | 33 | 0 | F | DD | 45 | 36 |
| Octal | 70 | 152 | 332 | 112 | 63 | 0 | 17 | 335 | 105 | 66 |
| Binary | 111000 | 1101010 | 11011010 | 1001010 | 110011 | 0 | 1111 | 11011101 | 1000101 | 110110 |
Color Harmonies of #386ADA
Complementary color
Monochromatic Colors of #386ADA
Black with #386ADA
Text Example
Text Example
White with #386ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386ADA; }
p { color: rgb(56,106,218); }
H1.HeaderClassName
{
color: #386ADA;
}
.AnyTagClassName
{
color: #386ADA;
}
</style>
background-color css
<style>
a { background-color: #386ADA; }
a { background-color: rgb(56,106,218); }
div.DivClassName
{
background-color: #386ADA;
}
.BgClassName
{
background-color: #386ADA;
}
</style>
border-color css
<style>
span { border-color: #386ADA; }
span { border-color: rgb(56,106,218); }
td.TdClassName
{
border-color: #386ADA;
}
.TagClassName
{
border-color: #386ADA;
}
</style>