Shades of Royal Blue #385FF6
Tints of Royal Blue #385FF6
RGB
CMYK
RGB Variations
Color information
#385FF6 (or 0x385FF6) is known color: Royal Blue. HEX triplet: 38, 5F and F6. RGB value is (56,95,246). Sum of RGB (Red+Green+Blue) = 56+95+246=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 246 (96.48% from 255 or 61.96% from 397); Max value from RGB is 246 - color contains mainly: blue. Hex color #385FF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385FF6 is #C7A009. Grayscale: #636363. Windows color (decimal): -13082634 or 16146232. OLE color: 16146232.
HSL color Cylindrical-coordinate representation of color #385FF6: hue angle of 227.68º degrees, saturation: 0.91, 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 #385FF6 is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 95 | 246 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.04 |
| HSL | 227.68º | 0.91% | 0.59% | - |
| HSV(B) | 227.68º | 0.77% | 0.96% | - |
| XYZ | 22.36 | 15.68 | 89.04 | - |
| YUV | 100.55 | 210.08 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 246 | 0.77 | 0.61 | 0 | 0.04 | 227.68 | 0.91 | 0.59 |
| Hex | 38 | 5F | F6 | 4D | 3D | 0 | 4 | E4 | 5B | 3B |
| Octal | 70 | 137 | 366 | 115 | 75 | 0 | 4 | 344 | 133 | 73 |
| Binary | 111000 | 1011111 | 11110110 | 1001101 | 111101 | 0 | 100 | 11100100 | 1011011 | 111011 |
Color Harmonies of #385FF6
Complementary color
Monochromatic Colors of #385FF6
Black with #385FF6
Text Example
Text Example
White with #385FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385FF6; }
p { color: rgb(56,95,246); }
H1.HeaderClassName
{
color: #385FF6;
}
.AnyTagClassName
{
color: #385FF6;
}
</style>
background-color css
<style>
a { background-color: #385FF6; }
a { background-color: rgb(56,95,246); }
div.DivClassName
{
background-color: #385FF6;
}
.BgClassName
{
background-color: #385FF6;
}
</style>
border-color css
<style>
span { border-color: #385FF6; }
span { border-color: rgb(56,95,246); }
td.TdClassName
{
border-color: #385FF6;
}
.TagClassName
{
border-color: #385FF6;
}
</style>