Shades of Royal Blue #384EE1
Tints of Royal Blue #384EE1
RGB
CMYK
RGB Variations
Color information
#384EE1 (or 0x384EE1) is known color: Royal Blue. HEX triplet: 38, 4E and E1. RGB value is (56,78,225). Sum of RGB (Red+Green+Blue) = 56+78+225=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 225 (88.28% from 255 or 62.67% from 359); Max value from RGB is 225 - color contains mainly: blue. Hex color #384EE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384EE1 is #C7B11E. Grayscale: #575757. Windows color (decimal): -13087007 or 14765624. OLE color: 14765624.
HSL color Cylindrical-coordinate representation of color #384EE1: hue angle of 232.19º 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 #384EE1 is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 56 | 78 | 225 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.12 |
| HSL | 232.19º | 0.74% | 0.55% | - |
| HSV(B) | 232.19º | 0.75% | 0.88% | - |
| XYZ | 17.95 | 11.73 | 72.55 | - |
| YUV | 88.18 | 205.21 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 78 | 225 | 0.75 | 0.65 | 0 | 0.12 | 232.19 | 0.74 | 0.55 |
| Hex | 38 | 4E | E1 | 4B | 41 | 0 | C | E8 | 4A | 37 |
| Octal | 70 | 116 | 341 | 113 | 101 | 0 | 14 | 350 | 112 | 67 |
| Binary | 111000 | 1001110 | 11100001 | 1001011 | 1000001 | 0 | 1100 | 11101000 | 1001010 | 110111 |
Color Harmonies of #384EE1
Complementary color
Monochromatic Colors of #384EE1
Black with #384EE1
Text Example
Text Example
White with #384EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384EE1; }
p { color: rgb(56,78,225); }
H1.HeaderClassName
{
color: #384EE1;
}
.AnyTagClassName
{
color: #384EE1;
}
</style>
background-color css
<style>
a { background-color: #384EE1; }
a { background-color: rgb(56,78,225); }
div.DivClassName
{
background-color: #384EE1;
}
.BgClassName
{
background-color: #384EE1;
}
</style>
border-color css
<style>
span { border-color: #384EE1; }
span { border-color: rgb(56,78,225); }
td.TdClassName
{
border-color: #384EE1;
}
.TagClassName
{
border-color: #384EE1;
}
</style>