Shades of Royal Blue #386FE1
Tints of Royal Blue #386FE1
RGB
CMYK
RGB Variations
Color information
#386FE1 (or 0x386FE1) is known color: Royal Blue. HEX triplet: 38, 6F and E1. RGB value is (56,111,225). Sum of RGB (Red+Green+Blue) = 56+111+225=392 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.29% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 225 (88.28% from 255 or 57.40% from 392); Max value from RGB is 225 - color contains mainly: blue. Hex color #386FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386FE1 is #C7901E. Grayscale: #6B6B6B. Windows color (decimal): -13078559 or 14774072. OLE color: 14774072.
HSL color Cylindrical-coordinate representation of color #386FE1: hue angle of 220.47º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #386FE1 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 56 | 111 | 225 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.12 |
| HSL | 220.47º | 0.74% | 0.55% | - |
| HSV(B) | 220.47º | 0.75% | 0.88% | - |
| XYZ | 20.91 | 17.65 | 73.54 | - |
| YUV | 107.55 | 194.28 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 225 | 0.75 | 0.51 | 0 | 0.12 | 220.47 | 0.74 | 0.55 |
| Hex | 38 | 6F | E1 | 4B | 33 | 0 | C | DC | 4A | 37 |
| Octal | 70 | 157 | 341 | 113 | 63 | 0 | 14 | 334 | 112 | 67 |
| Binary | 111000 | 1101111 | 11100001 | 1001011 | 110011 | 0 | 1100 | 11011100 | 1001010 | 110111 |
Color Harmonies of #386FE1
Complementary color
Monochromatic Colors of #386FE1
Black with #386FE1
Text Example
Text Example
White with #386FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386FE1; }
p { color: rgb(56,111,225); }
H1.HeaderClassName
{
color: #386FE1;
}
.AnyTagClassName
{
color: #386FE1;
}
</style>
background-color css
<style>
a { background-color: #386FE1; }
a { background-color: rgb(56,111,225); }
div.DivClassName
{
background-color: #386FE1;
}
.BgClassName
{
background-color: #386FE1;
}
</style>
border-color css
<style>
span { border-color: #386FE1; }
span { border-color: rgb(56,111,225); }
td.TdClassName
{
border-color: #386FE1;
}
.TagClassName
{
border-color: #386FE1;
}
</style>