Shades of Royal Blue #386CCA
Tints of Royal Blue #386CCA
RGB
CMYK
RGB Variations
Color information
#386CCA (or 0x386CCA) is known color: Royal Blue. HEX triplet: 38, 6C and CA. RGB value is (56,108,202). Sum of RGB (Red+Green+Blue) = 56+108+202=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 202 (79.30% from 255 or 55.19% from 366); Max value from RGB is 202 - color contains mainly: blue. Hex color #386CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386CCA is #C79335. Grayscale: #666666. Windows color (decimal): -13079350 or 13265976. OLE color: 13265976.
HSL color Cylindrical-coordinate representation of color #386CCA: hue angle of 218.63º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #386CCA is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 56 | 108 | 202 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.21 |
| HSL | 218.63º | 0.58% | 0.51% | - |
| HSV(B) | 218.63º | 0.72% | 0.79% | - |
| XYZ | 17.65 | 15.83 | 58 | - |
| YUV | 103.17 | 183.77 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 108 | 202 | 0.72 | 0.47 | 0 | 0.21 | 218.63 | 0.58 | 0.51 |
| Hex | 38 | 6C | CA | 48 | 2F | 0 | 15 | DB | 3A | 33 |
| Octal | 70 | 154 | 312 | 110 | 57 | 0 | 25 | 333 | 72 | 63 |
| Binary | 111000 | 1101100 | 11001010 | 1001000 | 101111 | 0 | 10101 | 11011011 | 111010 | 110011 |
Color Harmonies of #386CCA
Complementary color
Monochromatic Colors of #386CCA
Black with #386CCA
Text Example
Text Example
White with #386CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386CCA; }
p { color: rgb(56,108,202); }
H1.HeaderClassName
{
color: #386CCA;
}
.AnyTagClassName
{
color: #386CCA;
}
</style>
background-color css
<style>
a { background-color: #386CCA; }
a { background-color: rgb(56,108,202); }
div.DivClassName
{
background-color: #386CCA;
}
.BgClassName
{
background-color: #386CCA;
}
</style>
border-color css
<style>
span { border-color: #386CCA; }
span { border-color: rgb(56,108,202); }
td.TdClassName
{
border-color: #386CCA;
}
.TagClassName
{
border-color: #386CCA;
}
</style>