Shades of Royal Blue #384CE5
Tints of Royal Blue #384CE5
RGB
CMYK
RGB Variations
Color information
#384CE5 (or 0x384CE5) is known color: Royal Blue. HEX triplet: 38, 4C and E5. RGB value is (56,76,229). Sum of RGB (Red+Green+Blue) = 56+76+229=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 229 (89.84% from 255 or 63.43% from 361); Max value from RGB is 229 - color contains mainly: blue. Hex color #384CE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384CE5 is #C7B31A. Grayscale: #565656. Windows color (decimal): -13087515 or 15027256. OLE color: 15027256.
HSL color Cylindrical-coordinate representation of color #384CE5: hue angle of 233.06º degrees, saturation: 0.77, 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 #384CE5 is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 76 | 229 | - |
| CMYK | 0.76 | 0.67 | 0 | 0.10 |
| HSL | 233.06º | 0.77% | 0.56% | - |
| HSV(B) | 233.06º | 0.76% | 0.9% | - |
| XYZ | 18.36 | 11.67 | 75.41 | - |
| YUV | 87.46 | 207.87 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 76 | 229 | 0.76 | 0.67 | 0 | 0.10 | 233.06 | 0.77 | 0.56 |
| Hex | 38 | 4C | E5 | 4C | 43 | 0 | A | E9 | 4D | 38 |
| Octal | 70 | 114 | 345 | 114 | 103 | 0 | 12 | 351 | 115 | 70 |
| Binary | 111000 | 1001100 | 11100101 | 1001100 | 1000011 | 0 | 1010 | 11101001 | 1001101 | 111000 |
Color Harmonies of #384CE5
Complementary color
Monochromatic Colors of #384CE5
Black with #384CE5
Text Example
Text Example
White with #384CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384CE5; }
p { color: rgb(56,76,229); }
H1.HeaderClassName
{
color: #384CE5;
}
.AnyTagClassName
{
color: #384CE5;
}
</style>
background-color css
<style>
a { background-color: #384CE5; }
a { background-color: rgb(56,76,229); }
div.DivClassName
{
background-color: #384CE5;
}
.BgClassName
{
background-color: #384CE5;
}
</style>
border-color css
<style>
span { border-color: #384CE5; }
span { border-color: rgb(56,76,229); }
td.TdClassName
{
border-color: #384CE5;
}
.TagClassName
{
border-color: #384CE5;
}
</style>