Shades of Royal Blue #387CF3
Tints of Royal Blue #387CF3
RGB
CMYK
RGB Variations
Color information
#387CF3 (or 0x387CF3) is known color: Royal Blue. HEX triplet: 38, 7C and F3. RGB value is (56,124,243). Sum of RGB (Red+Green+Blue) = 56+124+243=423 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.24% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 243 (95.31% from 255 or 57.45% from 423); Max value from RGB is 243 - color contains mainly: blue. Hex color #387CF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387CF3 is #C7830C. Grayscale: #747474. Windows color (decimal): -13075213 or 15957048. OLE color: 15957048.
HSL color Cylindrical-coordinate representation of color #387CF3: hue angle of 218.18º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #387CF3 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 124 | 243 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.05 |
| HSL | 218.18º | 0.89% | 0.59% | - |
| HSV(B) | 218.18º | 0.77% | 0.95% | - |
| XYZ | 25.02 | 21.73 | 87.67 | - |
| YUV | 117.23 | 198.97 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 124 | 243 | 0.77 | 0.49 | 0 | 0.05 | 218.18 | 0.89 | 0.59 |
| Hex | 38 | 7C | F3 | 4D | 31 | 0 | 5 | DA | 59 | 3B |
| Octal | 70 | 174 | 363 | 115 | 61 | 0 | 5 | 332 | 131 | 73 |
| Binary | 111000 | 1111100 | 11110011 | 1001101 | 110001 | 0 | 101 | 11011010 | 1011001 | 111011 |
Color Harmonies of #387CF3
Complementary color
Monochromatic Colors of #387CF3
Black with #387CF3
Text Example
Text Example
White with #387CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387CF3; }
p { color: rgb(56,124,243); }
H1.HeaderClassName
{
color: #387CF3;
}
.AnyTagClassName
{
color: #387CF3;
}
</style>
background-color css
<style>
a { background-color: #387CF3; }
a { background-color: rgb(56,124,243); }
div.DivClassName
{
background-color: #387CF3;
}
.BgClassName
{
background-color: #387CF3;
}
</style>
border-color css
<style>
span { border-color: #387CF3; }
span { border-color: rgb(56,124,243); }
td.TdClassName
{
border-color: #387CF3;
}
.TagClassName
{
border-color: #387CF3;
}
</style>