Shades of Royal Blue #384FE8
Tints of Royal Blue #384FE8
RGB
CMYK
RGB Variations
Color information
#384FE8 (or 0x384FE8) is known color: Royal Blue. HEX triplet: 38, 4F and E8. RGB value is (56,79,232). Sum of RGB (Red+Green+Blue) = 56+79+232=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 232 (91.02% from 255 or 63.22% from 367); Max value from RGB is 232 - color contains mainly: blue. Hex color #384FE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #384FE8 is #C7B017. Grayscale: #585858. Windows color (decimal): -13086744 or 15224632. OLE color: 15224632.
HSL color Cylindrical-coordinate representation of color #384FE8: hue angle of 232.16º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #384FE8 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 56 | 79 | 232 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.09 |
| HSL | 232.16º | 0.79% | 0.56% | - |
| HSV(B) | 232.16º | 0.76% | 0.91% | - |
| XYZ | 18.99 | 12.26 | 77.71 | - |
| YUV | 89.57 | 208.38 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 79 | 232 | 0.76 | 0.66 | 0 | 0.09 | 232.16 | 0.79 | 0.56 |
| Hex | 38 | 4F | E8 | 4C | 42 | 0 | 9 | E8 | 4F | 38 |
| Octal | 70 | 117 | 350 | 114 | 102 | 0 | 11 | 350 | 117 | 70 |
| Binary | 111000 | 1001111 | 11101000 | 1001100 | 1000010 | 0 | 1001 | 11101000 | 1001111 | 111000 |
Color Harmonies of #384FE8
Complementary color
Monochromatic Colors of #384FE8
Black with #384FE8
Text Example
Text Example
White with #384FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384FE8; }
p { color: rgb(56,79,232); }
H1.HeaderClassName
{
color: #384FE8;
}
.AnyTagClassName
{
color: #384FE8;
}
</style>
background-color css
<style>
a { background-color: #384FE8; }
a { background-color: rgb(56,79,232); }
div.DivClassName
{
background-color: #384FE8;
}
.BgClassName
{
background-color: #384FE8;
}
</style>
border-color css
<style>
span { border-color: #384FE8; }
span { border-color: rgb(56,79,232); }
td.TdClassName
{
border-color: #384FE8;
}
.TagClassName
{
border-color: #384FE8;
}
</style>