Shades of Royal Blue #386CCD
Tints of Royal Blue #386CCD
RGB
CMYK
RGB Variations
Color information
#386CCD (or 0x386CCD) is known color: Royal Blue. HEX triplet: 38, 6C and CD. RGB value is (56,108,205). Sum of RGB (Red+Green+Blue) = 56+108+205=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #386CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386CCD is #C79332. Grayscale: #676767. Windows color (decimal): -13079347 or 13462584. OLE color: 13462584.
HSL color Cylindrical-coordinate representation of color #386CCD: hue angle of 219.06º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #386CCD is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 108 | 205 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.20 |
| HSL | 219.06º | 0.6% | 0.51% | - |
| HSV(B) | 219.06º | 0.73% | 0.8% | - |
| XYZ | 18.01 | 15.97 | 59.89 | - |
| YUV | 103.51 | 185.27 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 108 | 205 | 0.73 | 0.47 | 0 | 0.20 | 219.06 | 0.6 | 0.51 |
| Hex | 38 | 6C | CD | 49 | 2F | 0 | 14 | DB | 3C | 33 |
| Octal | 70 | 154 | 315 | 111 | 57 | 0 | 24 | 333 | 74 | 63 |
| Binary | 111000 | 1101100 | 11001101 | 1001001 | 101111 | 0 | 10100 | 11011011 | 111100 | 110011 |
Color Harmonies of #386CCD
Complementary color
Monochromatic Colors of #386CCD
Black with #386CCD
Text Example
Text Example
White with #386CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386CCD; }
p { color: rgb(56,108,205); }
H1.HeaderClassName
{
color: #386CCD;
}
.AnyTagClassName
{
color: #386CCD;
}
</style>
background-color css
<style>
a { background-color: #386CCD; }
a { background-color: rgb(56,108,205); }
div.DivClassName
{
background-color: #386CCD;
}
.BgClassName
{
background-color: #386CCD;
}
</style>
border-color css
<style>
span { border-color: #386CCD; }
span { border-color: rgb(56,108,205); }
td.TdClassName
{
border-color: #386CCD;
}
.TagClassName
{
border-color: #386CCD;
}
</style>