Shades of Royal Blue #384CE3
Tints of Royal Blue #384CE3
RGB
CMYK
RGB Variations
Color information
#384CE3 (or 0x384CE3) is known color: Royal Blue. HEX triplet: 38, 4C and E3. RGB value is (56,76,227). Sum of RGB (Red+Green+Blue) = 56+76+227=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 227 (89.06% from 255 or 63.23% from 359); Max value from RGB is 227 - color contains mainly: blue. Hex color #384CE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384CE3 is #C7B31C. Grayscale: #565656. Windows color (decimal): -13087517 or 14896184. OLE color: 14896184.
HSL color Cylindrical-coordinate representation of color #384CE3: hue angle of 232.98º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #384CE3 is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 56 | 76 | 227 | - |
| CMYK | 0.75 | 0.67 | 0 | 0.11 |
| HSL | 232.98º | 0.75% | 0.55% | - |
| HSV(B) | 232.98º | 0.75% | 0.89% | - |
| XYZ | 18.08 | 11.56 | 73.95 | - |
| YUV | 87.23 | 206.87 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 76 | 227 | 0.75 | 0.67 | 0 | 0.11 | 232.98 | 0.75 | 0.55 |
| Hex | 38 | 4C | E3 | 4B | 43 | 0 | B | E9 | 4B | 37 |
| Octal | 70 | 114 | 343 | 113 | 103 | 0 | 13 | 351 | 113 | 67 |
| Binary | 111000 | 1001100 | 11100011 | 1001011 | 1000011 | 0 | 1011 | 11101001 | 1001011 | 110111 |
Color Harmonies of #384CE3
Complementary color
Monochromatic Colors of #384CE3
Black with #384CE3
Text Example
Text Example
White with #384CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384CE3; }
p { color: rgb(56,76,227); }
H1.HeaderClassName
{
color: #384CE3;
}
.AnyTagClassName
{
color: #384CE3;
}
</style>
background-color css
<style>
a { background-color: #384CE3; }
a { background-color: rgb(56,76,227); }
div.DivClassName
{
background-color: #384CE3;
}
.BgClassName
{
background-color: #384CE3;
}
</style>
border-color css
<style>
span { border-color: #384CE3; }
span { border-color: rgb(56,76,227); }
td.TdClassName
{
border-color: #384CE3;
}
.TagClassName
{
border-color: #384CE3;
}
</style>