Shades of Royal Blue #386BC9
Tints of Royal Blue #386BC9
RGB
CMYK
RGB Variations
Color information
#386BC9 (or 0x386BC9) is known color: Royal Blue. HEX triplet: 38, 6B and C9. RGB value is (56,107,201). Sum of RGB (Red+Green+Blue) = 56+107+201=364 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.38% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 201 (78.91% from 255 or 55.22% from 364); Max value from RGB is 201 - color contains mainly: blue. Hex color #386BC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386BC9 is #C79436. Grayscale: #666666. Windows color (decimal): -13079607 or 13200184. OLE color: 13200184.
HSL color Cylindrical-coordinate representation of color #386BC9: hue angle of 218.9º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #386BC9 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 56 | 107 | 201 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.21 |
| HSL | 218.9º | 0.57% | 0.5% | - |
| HSV(B) | 218.9º | 0.72% | 0.79% | - |
| XYZ | 17.43 | 15.57 | 57.35 | - |
| YUV | 102.47 | 183.6 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 107 | 201 | 0.72 | 0.47 | 0 | 0.21 | 218.9 | 0.57 | 0.5 |
| Hex | 38 | 6B | C9 | 48 | 2F | 0 | 15 | DB | 39 | 32 |
| Octal | 70 | 153 | 311 | 110 | 57 | 0 | 25 | 333 | 71 | 62 |
| Binary | 111000 | 1101011 | 11001001 | 1001000 | 101111 | 0 | 10101 | 11011011 | 111001 | 110010 |
Color Harmonies of #386BC9
Complementary color
Monochromatic Colors of #386BC9
Black with #386BC9
Text Example
Text Example
White with #386BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386BC9; }
p { color: rgb(56,107,201); }
H1.HeaderClassName
{
color: #386BC9;
}
.AnyTagClassName
{
color: #386BC9;
}
</style>
background-color css
<style>
a { background-color: #386BC9; }
a { background-color: rgb(56,107,201); }
div.DivClassName
{
background-color: #386BC9;
}
.BgClassName
{
background-color: #386BC9;
}
</style>
border-color css
<style>
span { border-color: #386BC9; }
span { border-color: rgb(56,107,201); }
td.TdClassName
{
border-color: #386BC9;
}
.TagClassName
{
border-color: #386BC9;
}
</style>