Shades of Royal Blue #386CDA
Tints of Royal Blue #386CDA
RGB
CMYK
RGB Variations
Color information
#386CDA (or 0x386CDA) is known color: Royal Blue. HEX triplet: 38, 6C and DA. RGB value is (56,108,218). Sum of RGB (Red+Green+Blue) = 56+108+218=382 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.66% from 382); Green value is 108 (42.58% from 255 or 28.27% from 382); Blue value is 218 (85.55% from 255 or 57.07% from 382); Max value from RGB is 218 - color contains mainly: blue. Hex color #386CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386CDA is #C79325. Grayscale: #686868. Windows color (decimal): -13079334 or 14314552. OLE color: 14314552.
HSL color Cylindrical-coordinate representation of color #386CDA: hue angle of 220.74º 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 #386CDA is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 108 | 218 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.15 |
| HSL | 220.74º | 0.69% | 0.54% | - |
| HSV(B) | 220.74º | 0.74% | 0.85% | - |
| XYZ | 19.65 | 16.63 | 68.5 | - |
| YUV | 104.99 | 191.77 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 108 | 218 | 0.74 | 0.50 | 0 | 0.15 | 220.74 | 0.69 | 0.54 |
| Hex | 38 | 6C | DA | 4A | 32 | 0 | F | DD | 45 | 36 |
| Octal | 70 | 154 | 332 | 112 | 62 | 0 | 17 | 335 | 105 | 66 |
| Binary | 111000 | 1101100 | 11011010 | 1001010 | 110010 | 0 | 1111 | 11011101 | 1000101 | 110110 |
Color Harmonies of #386CDA
Complementary color
Monochromatic Colors of #386CDA
Black with #386CDA
Text Example
Text Example
White with #386CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386CDA; }
p { color: rgb(56,108,218); }
H1.HeaderClassName
{
color: #386CDA;
}
.AnyTagClassName
{
color: #386CDA;
}
</style>
background-color css
<style>
a { background-color: #386CDA; }
a { background-color: rgb(56,108,218); }
div.DivClassName
{
background-color: #386CDA;
}
.BgClassName
{
background-color: #386CDA;
}
</style>
border-color css
<style>
span { border-color: #386CDA; }
span { border-color: rgb(56,108,218); }
td.TdClassName
{
border-color: #386CDA;
}
.TagClassName
{
border-color: #386CDA;
}
</style>