Shades of Royal Blue #386FF4
Tints of Royal Blue #386FF4
RGB
CMYK
RGB Variations
Color information
#386FF4 (or 0x386FF4) is known color: Royal Blue. HEX triplet: 38, 6F and F4. RGB value is (56,111,244). Sum of RGB (Red+Green+Blue) = 56+111+244=411 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.63% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 244 (95.70% from 255 or 59.37% from 411); Max value from RGB is 244 - color contains mainly: blue. Hex color #386FF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386FF4 is #C7900B. Grayscale: #6D6D6D. Windows color (decimal): -13078540 or 16019256. OLE color: 16019256.
HSL color Cylindrical-coordinate representation of color #386FF4: hue angle of 222.45º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #386FF4 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 111 | 244 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.04 |
| HSL | 222.45º | 0.9% | 0.59% | - |
| HSV(B) | 222.45º | 0.77% | 0.96% | - |
| XYZ | 23.64 | 18.74 | 87.96 | - |
| YUV | 109.72 | 203.78 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 244 | 0.77 | 0.55 | 0 | 0.04 | 222.45 | 0.9 | 0.59 |
| Hex | 38 | 6F | F4 | 4D | 37 | 0 | 4 | DE | 5A | 3B |
| Octal | 70 | 157 | 364 | 115 | 67 | 0 | 4 | 336 | 132 | 73 |
| Binary | 111000 | 1101111 | 11110100 | 1001101 | 110111 | 0 | 100 | 11011110 | 1011010 | 111011 |
Color Harmonies of #386FF4
Complementary color
Monochromatic Colors of #386FF4
Black with #386FF4
Text Example
Text Example
White with #386FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386FF4; }
p { color: rgb(56,111,244); }
H1.HeaderClassName
{
color: #386FF4;
}
.AnyTagClassName
{
color: #386FF4;
}
</style>
background-color css
<style>
a { background-color: #386FF4; }
a { background-color: rgb(56,111,244); }
div.DivClassName
{
background-color: #386FF4;
}
.BgClassName
{
background-color: #386FF4;
}
</style>
border-color css
<style>
span { border-color: #386FF4; }
span { border-color: rgb(56,111,244); }
td.TdClassName
{
border-color: #386FF4;
}
.TagClassName
{
border-color: #386FF4;
}
</style>