Shades of Royal Blue #384CE6
Tints of Royal Blue #384CE6
RGB
CMYK
RGB Variations
Color information
#384CE6 (or 0x384CE6) is known color: Royal Blue. HEX triplet: 38, 4C and E6. RGB value is (56,76,230). Sum of RGB (Red+Green+Blue) = 56+76+230=362 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.47% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 230 (90.23% from 255 or 63.54% from 362); Max value from RGB is 230 - color contains mainly: blue. Hex color #384CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #384CE6 is #C7B319. Grayscale: #565656. Windows color (decimal): -13087514 or 15092792. OLE color: 15092792.
HSL color Cylindrical-coordinate representation of color #384CE6: hue angle of 233.1º 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 #384CE6 is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 76 | 230 | - |
| CMYK | 0.76 | 0.67 | 0 | 0.10 |
| HSL | 233.1º | 0.78% | 0.56% | - |
| HSV(B) | 233.1º | 0.76% | 0.9% | - |
| XYZ | 18.5 | 11.72 | 76.15 | - |
| YUV | 87.58 | 208.37 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 76 | 230 | 0.76 | 0.67 | 0 | 0.10 | 233.1 | 0.78 | 0.56 |
| Hex | 38 | 4C | E6 | 4C | 43 | 0 | A | E9 | 4E | 38 |
| Octal | 70 | 114 | 346 | 114 | 103 | 0 | 12 | 351 | 116 | 70 |
| Binary | 111000 | 1001100 | 11100110 | 1001100 | 1000011 | 0 | 1010 | 11101001 | 1001110 | 111000 |
Color Harmonies of #384CE6
Complementary color
Monochromatic Colors of #384CE6
Black with #384CE6
Text Example
Text Example
White with #384CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384CE6; }
p { color: rgb(56,76,230); }
H1.HeaderClassName
{
color: #384CE6;
}
.AnyTagClassName
{
color: #384CE6;
}
</style>
background-color css
<style>
a { background-color: #384CE6; }
a { background-color: rgb(56,76,230); }
div.DivClassName
{
background-color: #384CE6;
}
.BgClassName
{
background-color: #384CE6;
}
</style>
border-color css
<style>
span { border-color: #384CE6; }
span { border-color: rgb(56,76,230); }
td.TdClassName
{
border-color: #384CE6;
}
.TagClassName
{
border-color: #384CE6;
}
</style>