Shades of Royal Blue #385FE7
Tints of Royal Blue #385FE7
RGB
CMYK
RGB Variations
Color information
#385FE7 (or 0x385FE7) is known color: Royal Blue. HEX triplet: 38, 5F and E7. RGB value is (56,95,231). Sum of RGB (Red+Green+Blue) = 56+95+231=382 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.66% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 231 (90.62% from 255 or 60.47% from 382); Max value from RGB is 231 - color contains mainly: blue. Hex color #385FE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385FE7 is #C7A018. Grayscale: #626262. Windows color (decimal): -13082649 or 15163192. OLE color: 15163192.
HSL color Cylindrical-coordinate representation of color #385FE7: hue angle of 226.63º degrees, saturation: 0.78, 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 #385FE7 is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 56 | 95 | 231 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.09 |
| HSL | 226.63º | 0.78% | 0.56% | - |
| HSV(B) | 226.63º | 0.76% | 0.91% | - |
| XYZ | 20.15 | 14.79 | 77.4 | - |
| YUV | 98.84 | 202.58 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 231 | 0.76 | 0.59 | 0 | 0.09 | 226.63 | 0.78 | 0.56 |
| Hex | 38 | 5F | E7 | 4C | 3B | 0 | 9 | E3 | 4E | 38 |
| Octal | 70 | 137 | 347 | 114 | 73 | 0 | 11 | 343 | 116 | 70 |
| Binary | 111000 | 1011111 | 11100111 | 1001100 | 111011 | 0 | 1001 | 11100011 | 1001110 | 111000 |
Color Harmonies of #385FE7
Complementary color
Monochromatic Colors of #385FE7
Black with #385FE7
Text Example
Text Example
White with #385FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385FE7; }
p { color: rgb(56,95,231); }
H1.HeaderClassName
{
color: #385FE7;
}
.AnyTagClassName
{
color: #385FE7;
}
</style>
background-color css
<style>
a { background-color: #385FE7; }
a { background-color: rgb(56,95,231); }
div.DivClassName
{
background-color: #385FE7;
}
.BgClassName
{
background-color: #385FE7;
}
</style>
border-color css
<style>
span { border-color: #385FE7; }
span { border-color: rgb(56,95,231); }
td.TdClassName
{
border-color: #385FE7;
}
.TagClassName
{
border-color: #385FE7;
}
</style>