Shades of Royal Blue #384EE6
Tints of Royal Blue #384EE6
RGB
CMYK
RGB Variations
Color information
#384EE6 (or 0x384EE6) is known color: Royal Blue. HEX triplet: 38, 4E and E6. RGB value is (56,78,230). Sum of RGB (Red+Green+Blue) = 56+78+230=364 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.38% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 230 (90.23% from 255 or 63.19% from 364); Max value from RGB is 230 - color contains mainly: blue. Hex color #384EE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #384EE6 is #C7B119. Grayscale: #585858. Windows color (decimal): -13087002 or 15093304. OLE color: 15093304.
HSL color Cylindrical-coordinate representation of color #384EE6: hue angle of 232.41º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #384EE6 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 78 | 230 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.10 |
| HSL | 232.41º | 0.78% | 0.56% | - |
| HSV(B) | 232.41º | 0.76% | 0.9% | - |
| XYZ | 18.64 | 12 | 76.2 | - |
| YUV | 88.75 | 207.71 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 78 | 230 | 0.76 | 0.66 | 0 | 0.10 | 232.41 | 0.78 | 0.56 |
| Hex | 38 | 4E | E6 | 4C | 42 | 0 | A | E8 | 4E | 38 |
| Octal | 70 | 116 | 346 | 114 | 102 | 0 | 12 | 350 | 116 | 70 |
| Binary | 111000 | 1001110 | 11100110 | 1001100 | 1000010 | 0 | 1010 | 11101000 | 1001110 | 111000 |
Color Harmonies of #384EE6
Complementary color
Monochromatic Colors of #384EE6
Black with #384EE6
Text Example
Text Example
White with #384EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384EE6; }
p { color: rgb(56,78,230); }
H1.HeaderClassName
{
color: #384EE6;
}
.AnyTagClassName
{
color: #384EE6;
}
</style>
background-color css
<style>
a { background-color: #384EE6; }
a { background-color: rgb(56,78,230); }
div.DivClassName
{
background-color: #384EE6;
}
.BgClassName
{
background-color: #384EE6;
}
</style>
border-color css
<style>
span { border-color: #384EE6; }
span { border-color: rgb(56,78,230); }
td.TdClassName
{
border-color: #384EE6;
}
.TagClassName
{
border-color: #384EE6;
}
</style>