Shades of Royal Blue #387FE3
Tints of Royal Blue #387FE3
RGB
CMYK
RGB Variations
Color information
#387FE3 (or 0x387FE3) is known color: Royal Blue. HEX triplet: 38, 7F and E3. RGB value is (56,127,227). Sum of RGB (Red+Green+Blue) = 56+127+227=410 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.66% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 227 (89.06% from 255 or 55.37% from 410); Max value from RGB is 227 - color contains mainly: blue. Hex color #387FE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387FE3 is #C7801C. Grayscale: #747474. Windows color (decimal): -13074461 or 14909240. OLE color: 14909240.
HSL color Cylindrical-coordinate representation of color #387FE3: hue angle of 215.09º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #387FE3 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 56 | 127 | 227 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.11 |
| HSL | 215.09º | 0.75% | 0.55% | - |
| HSV(B) | 215.09º | 0.75% | 0.89% | - |
| XYZ | 23.09 | 21.57 | 75.62 | - |
| YUV | 117.17 | 189.98 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 127 | 227 | 0.75 | 0.44 | 0 | 0.11 | 215.09 | 0.75 | 0.55 |
| Hex | 38 | 7F | E3 | 4B | 2C | 0 | B | D7 | 4B | 37 |
| Octal | 70 | 177 | 343 | 113 | 54 | 0 | 13 | 327 | 113 | 67 |
| Binary | 111000 | 1111111 | 11100011 | 1001011 | 101100 | 0 | 1011 | 11010111 | 1001011 | 110111 |
Color Harmonies of #387FE3
Complementary color
Monochromatic Colors of #387FE3
Black with #387FE3
Text Example
Text Example
White with #387FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387FE3; }
p { color: rgb(56,127,227); }
H1.HeaderClassName
{
color: #387FE3;
}
.AnyTagClassName
{
color: #387FE3;
}
</style>
background-color css
<style>
a { background-color: #387FE3; }
a { background-color: rgb(56,127,227); }
div.DivClassName
{
background-color: #387FE3;
}
.BgClassName
{
background-color: #387FE3;
}
</style>
border-color css
<style>
span { border-color: #387FE3; }
span { border-color: rgb(56,127,227); }
td.TdClassName
{
border-color: #387FE3;
}
.TagClassName
{
border-color: #387FE3;
}
</style>