Shades of Royal Blue #386BDA
Tints of Royal Blue #386BDA
RGB
CMYK
RGB Variations
Color information
#386BDA (or 0x386BDA) is known color: Royal Blue. HEX triplet: 38, 6B and DA. RGB value is (56,107,218). Sum of RGB (Red+Green+Blue) = 56+107+218=381 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.70% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #386BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386BDA is #C79425. Grayscale: #676767. Windows color (decimal): -13079590 or 14314296. OLE color: 14314296.
HSL color Cylindrical-coordinate representation of color #386BDA: hue angle of 221.11º 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 #386BDA is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 107 | 218 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.15 |
| HSL | 221.11º | 0.69% | 0.54% | - |
| HSV(B) | 221.11º | 0.74% | 0.85% | - |
| XYZ | 19.54 | 16.42 | 68.47 | - |
| YUV | 104.41 | 192.1 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 107 | 218 | 0.74 | 0.51 | 0 | 0.15 | 221.11 | 0.69 | 0.54 |
| Hex | 38 | 6B | DA | 4A | 33 | 0 | F | DD | 45 | 36 |
| Octal | 70 | 153 | 332 | 112 | 63 | 0 | 17 | 335 | 105 | 66 |
| Binary | 111000 | 1101011 | 11011010 | 1001010 | 110011 | 0 | 1111 | 11011101 | 1000101 | 110110 |
Color Harmonies of #386BDA
Complementary color
Monochromatic Colors of #386BDA
Black with #386BDA
Text Example
Text Example
White with #386BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386BDA; }
p { color: rgb(56,107,218); }
H1.HeaderClassName
{
color: #386BDA;
}
.AnyTagClassName
{
color: #386BDA;
}
</style>
background-color css
<style>
a { background-color: #386BDA; }
a { background-color: rgb(56,107,218); }
div.DivClassName
{
background-color: #386BDA;
}
.BgClassName
{
background-color: #386BDA;
}
</style>
border-color css
<style>
span { border-color: #386BDA; }
span { border-color: rgb(56,107,218); }
td.TdClassName
{
border-color: #386BDA;
}
.TagClassName
{
border-color: #386BDA;
}
</style>