Shades of Royal Blue #387AF3
Tints of Royal Blue #387AF3
RGB
CMYK
RGB Variations
Color information
#387AF3 (or 0x387AF3) is known color: Royal Blue. HEX triplet: 38, 7A and F3. RGB value is (56,122,243). Sum of RGB (Red+Green+Blue) = 56+122+243=421 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.30% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 243 (95.31% from 255 or 57.72% from 421); Max value from RGB is 243 - color contains mainly: blue. Hex color #387AF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387AF3 is #C7850C. Grayscale: #737373. Windows color (decimal): -13075725 or 15956536. OLE color: 15956536.
HSL color Cylindrical-coordinate representation of color #387AF3: hue angle of 218.82º 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 #387AF3 is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 122 | 243 | - |
| CMYK | 0.77 | 0.50 | 0 | 0.05 |
| HSL | 218.82º | 0.89% | 0.59% | - |
| HSV(B) | 218.82º | 0.77% | 0.95% | - |
| XYZ | 24.77 | 21.23 | 87.59 | - |
| YUV | 116.06 | 199.63 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 122 | 243 | 0.77 | 0.50 | 0 | 0.05 | 218.82 | 0.89 | 0.59 |
| Hex | 38 | 7A | F3 | 4D | 32 | 0 | 5 | DB | 59 | 3B |
| Octal | 70 | 172 | 363 | 115 | 62 | 0 | 5 | 333 | 131 | 73 |
| Binary | 111000 | 1111010 | 11110011 | 1001101 | 110010 | 0 | 101 | 11011011 | 1011001 | 111011 |
Color Harmonies of #387AF3
Complementary color
Monochromatic Colors of #387AF3
Black with #387AF3
Text Example
Text Example
White with #387AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387AF3; }
p { color: rgb(56,122,243); }
H1.HeaderClassName
{
color: #387AF3;
}
.AnyTagClassName
{
color: #387AF3;
}
</style>
background-color css
<style>
a { background-color: #387AF3; }
a { background-color: rgb(56,122,243); }
div.DivClassName
{
background-color: #387AF3;
}
.BgClassName
{
background-color: #387AF3;
}
</style>
border-color css
<style>
span { border-color: #387AF3; }
span { border-color: rgb(56,122,243); }
td.TdClassName
{
border-color: #387AF3;
}
.TagClassName
{
border-color: #387AF3;
}
</style>