Shades of Royal Blue #385FF5
Tints of Royal Blue #385FF5
RGB
CMYK
RGB Variations
Color information
#385FF5 (or 0x385FF5) is known color: Royal Blue. HEX triplet: 38, 5F and F5. RGB value is (56,95,245). Sum of RGB (Red+Green+Blue) = 56+95+245=396 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.14% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 245 (96.09% from 255 or 61.87% from 396); Max value from RGB is 245 - color contains mainly: blue. Hex color #385FF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385FF5 is #C7A00A. Grayscale: #636363. Windows color (decimal): -13082635 or 16080696. OLE color: 16080696.
HSL color Cylindrical-coordinate representation of color #385FF5: hue angle of 227.62º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #385FF5 is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 95 | 245 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.04 |
| HSL | 227.62º | 0.9% | 0.59% | - |
| HSV(B) | 227.62º | 0.77% | 0.96% | - |
| XYZ | 22.2 | 15.62 | 88.23 | - |
| YUV | 100.44 | 209.58 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 245 | 0.77 | 0.61 | 0 | 0.04 | 227.62 | 0.9 | 0.59 |
| Hex | 38 | 5F | F5 | 4D | 3D | 0 | 4 | E4 | 5A | 3B |
| Octal | 70 | 137 | 365 | 115 | 75 | 0 | 4 | 344 | 132 | 73 |
| Binary | 111000 | 1011111 | 11110101 | 1001101 | 111101 | 0 | 100 | 11100100 | 1011010 | 111011 |
Color Harmonies of #385FF5
Complementary color
Monochromatic Colors of #385FF5
Black with #385FF5
Text Example
Text Example
White with #385FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385FF5; }
p { color: rgb(56,95,245); }
H1.HeaderClassName
{
color: #385FF5;
}
.AnyTagClassName
{
color: #385FF5;
}
</style>
background-color css
<style>
a { background-color: #385FF5; }
a { background-color: rgb(56,95,245); }
div.DivClassName
{
background-color: #385FF5;
}
.BgClassName
{
background-color: #385FF5;
}
</style>
border-color css
<style>
span { border-color: #385FF5; }
span { border-color: rgb(56,95,245); }
td.TdClassName
{
border-color: #385FF5;
}
.TagClassName
{
border-color: #385FF5;
}
</style>