Shades of Royal Blue #386FE4
Tints of Royal Blue #386FE4
RGB
CMYK
RGB Variations
Color information
#386FE4 (or 0x386FE4) is known color: Royal Blue. HEX triplet: 38, 6F and E4. RGB value is (56,111,228). Sum of RGB (Red+Green+Blue) = 56+111+228=395 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.18% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 228 (89.45% from 255 or 57.72% from 395); Max value from RGB is 228 - color contains mainly: blue. Hex color #386FE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386FE4 is #C7901B. Grayscale: #6B6B6B. Windows color (decimal): -13078556 or 14970680. OLE color: 14970680.
HSL color Cylindrical-coordinate representation of color #386FE4: hue angle of 220.81º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #386FE4 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 56 | 111 | 228 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.11 |
| HSL | 220.81º | 0.76% | 0.56% | - |
| HSV(B) | 220.81º | 0.75% | 0.89% | - |
| XYZ | 21.32 | 17.81 | 75.71 | - |
| YUV | 107.89 | 195.78 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 228 | 0.75 | 0.51 | 0 | 0.11 | 220.81 | 0.76 | 0.56 |
| Hex | 38 | 6F | E4 | 4B | 33 | 0 | B | DD | 4C | 38 |
| Octal | 70 | 157 | 344 | 113 | 63 | 0 | 13 | 335 | 114 | 70 |
| Binary | 111000 | 1101111 | 11100100 | 1001011 | 110011 | 0 | 1011 | 11011101 | 1001100 | 111000 |
Color Harmonies of #386FE4
Complementary color
Monochromatic Colors of #386FE4
Black with #386FE4
Text Example
Text Example
White with #386FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386FE4; }
p { color: rgb(56,111,228); }
H1.HeaderClassName
{
color: #386FE4;
}
.AnyTagClassName
{
color: #386FE4;
}
</style>
background-color css
<style>
a { background-color: #386FE4; }
a { background-color: rgb(56,111,228); }
div.DivClassName
{
background-color: #386FE4;
}
.BgClassName
{
background-color: #386FE4;
}
</style>
border-color css
<style>
span { border-color: #386FE4; }
span { border-color: rgb(56,111,228); }
td.TdClassName
{
border-color: #386FE4;
}
.TagClassName
{
border-color: #386FE4;
}
</style>