Shades of Royal Blue #386FCB
Tints of Royal Blue #386FCB
RGB
CMYK
RGB Variations
Color information
#386FCB (or 0x386FCB) is known color: Royal Blue. HEX triplet: 38, 6F and CB. RGB value is (56,111,203). Sum of RGB (Red+Green+Blue) = 56+111+203=370 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.14% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #386FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386FCB is #C79034. Grayscale: #686868. Windows color (decimal): -13078581 or 13332280. OLE color: 13332280.
HSL color Cylindrical-coordinate representation of color #386FCB: hue angle of 217.55º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #386FCB is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 111 | 203 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.20 |
| HSL | 217.55º | 0.59% | 0.51% | - |
| HSV(B) | 217.55º | 0.72% | 0.8% | - |
| XYZ | 18.09 | 16.52 | 58.74 | - |
| YUV | 105.04 | 183.28 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 203 | 0.72 | 0.45 | 0 | 0.20 | 217.55 | 0.59 | 0.51 |
| Hex | 38 | 6F | CB | 48 | 2D | 0 | 14 | DA | 3B | 33 |
| Octal | 70 | 157 | 313 | 110 | 55 | 0 | 24 | 332 | 73 | 63 |
| Binary | 111000 | 1101111 | 11001011 | 1001000 | 101101 | 0 | 10100 | 11011010 | 111011 | 110011 |
Color Harmonies of #386FCB
Complementary color
Monochromatic Colors of #386FCB
Black with #386FCB
Text Example
Text Example
White with #386FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386FCB; }
p { color: rgb(56,111,203); }
H1.HeaderClassName
{
color: #386FCB;
}
.AnyTagClassName
{
color: #386FCB;
}
</style>
background-color css
<style>
a { background-color: #386FCB; }
a { background-color: rgb(56,111,203); }
div.DivClassName
{
background-color: #386FCB;
}
.BgClassName
{
background-color: #386FCB;
}
</style>
border-color css
<style>
span { border-color: #386FCB; }
span { border-color: rgb(56,111,203); }
td.TdClassName
{
border-color: #386FCB;
}
.TagClassName
{
border-color: #386FCB;
}
</style>