Shades of Royal Blue #385BF0
Tints of Royal Blue #385BF0
RGB
CMYK
RGB Variations
Color information
#385BF0 (or 0x385BF0) is known color: Royal Blue. HEX triplet: 38, 5B and F0. RGB value is (56,91,240). Sum of RGB (Red+Green+Blue) = 56+91+240=387 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.47% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 240 (94.14% from 255 or 62.02% from 387); Max value from RGB is 240 - color contains mainly: blue. Hex color #385BF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385BF0 is #C7A40F. Grayscale: #606060. Windows color (decimal): -13083664 or 15751992. OLE color: 15751992.
HSL color Cylindrical-coordinate representation of color #385BF0: hue angle of 228.59º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #385BF0 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 91 | 240 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.06 |
| HSL | 228.59º | 0.86% | 0.58% | - |
| HSV(B) | 228.59º | 0.77% | 0.94% | - |
| XYZ | 21.1 | 14.61 | 84.15 | - |
| YUV | 97.52 | 208.4 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 91 | 240 | 0.77 | 0.62 | 0 | 0.06 | 228.59 | 0.86 | 0.58 |
| Hex | 38 | 5B | F0 | 4D | 3E | 0 | 6 | E5 | 56 | 3A |
| Octal | 70 | 133 | 360 | 115 | 76 | 0 | 6 | 345 | 126 | 72 |
| Binary | 111000 | 1011011 | 11110000 | 1001101 | 111110 | 0 | 110 | 11100101 | 1010110 | 111010 |
Color Harmonies of #385BF0
Complementary color
Monochromatic Colors of #385BF0
Black with #385BF0
Text Example
Text Example
White with #385BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385BF0; }
p { color: rgb(56,91,240); }
H1.HeaderClassName
{
color: #385BF0;
}
.AnyTagClassName
{
color: #385BF0;
}
</style>
background-color css
<style>
a { background-color: #385BF0; }
a { background-color: rgb(56,91,240); }
div.DivClassName
{
background-color: #385BF0;
}
.BgClassName
{
background-color: #385BF0;
}
</style>
border-color css
<style>
span { border-color: #385BF0; }
span { border-color: rgb(56,91,240); }
td.TdClassName
{
border-color: #385BF0;
}
.TagClassName
{
border-color: #385BF0;
}
</style>