Shades of Royal Blue #386CCF
Tints of Royal Blue #386CCF
RGB
CMYK
RGB Variations
Color information
#386CCF (or 0x386CCF) is known color: Royal Blue. HEX triplet: 38, 6C and CF. RGB value is (56,108,207). Sum of RGB (Red+Green+Blue) = 56+108+207=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #386CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386CCF is #C79330. Grayscale: #676767. Windows color (decimal): -13079345 or 13593656. OLE color: 13593656.
HSL color Cylindrical-coordinate representation of color #386CCF: hue angle of 219.34º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #386CCF is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 108 | 207 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.19 |
| HSL | 219.34º | 0.61% | 0.52% | - |
| HSV(B) | 219.34º | 0.73% | 0.81% | - |
| XYZ | 18.26 | 16.07 | 61.17 | - |
| YUV | 103.74 | 186.27 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 108 | 207 | 0.73 | 0.48 | 0 | 0.19 | 219.34 | 0.61 | 0.52 |
| Hex | 38 | 6C | CF | 49 | 30 | 0 | 13 | DB | 3D | 34 |
| Octal | 70 | 154 | 317 | 111 | 60 | 0 | 23 | 333 | 75 | 64 |
| Binary | 111000 | 1101100 | 11001111 | 1001001 | 110000 | 0 | 10011 | 11011011 | 111101 | 110100 |
Color Harmonies of #386CCF
Complementary color
Monochromatic Colors of #386CCF
Black with #386CCF
Text Example
Text Example
White with #386CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386CCF; }
p { color: rgb(56,108,207); }
H1.HeaderClassName
{
color: #386CCF;
}
.AnyTagClassName
{
color: #386CCF;
}
</style>
background-color css
<style>
a { background-color: #386CCF; }
a { background-color: rgb(56,108,207); }
div.DivClassName
{
background-color: #386CCF;
}
.BgClassName
{
background-color: #386CCF;
}
</style>
border-color css
<style>
span { border-color: #386CCF; }
span { border-color: rgb(56,108,207); }
td.TdClassName
{
border-color: #386CCF;
}
.TagClassName
{
border-color: #386CCF;
}
</style>