Shades of Royal Blue #385EFC
Tints of Royal Blue #385EFC
RGB
CMYK
RGB Variations
Color information
#385EFC (or 0x385EFC) is known color: Royal Blue. HEX triplet: 38, 5E and FC. RGB value is (56,94,252). Sum of RGB (Red+Green+Blue) = 56+94+252=402 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.93% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 252 (98.83% from 255 or 62.69% from 402); Max value from RGB is 252 - color contains mainly: blue. Hex color #385EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385EFC is #C7A103. Grayscale: #636363. Windows color (decimal): -13082884 or 16539192. OLE color: 16539192.
HSL color Cylindrical-coordinate representation of color #385EFC: hue angle of 228.37º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #385EFC is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 94 | 252 | - |
| CMYK | 0.78 | 0.63 | 0 | 0.01 |
| HSL | 228.37º | 0.97% | 0.6% | - |
| HSV(B) | 228.37º | 0.78% | 0.99% | - |
| XYZ | 23.2 | 15.87 | 93.94 | - |
| YUV | 100.65 | 213.41 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 94 | 252 | 0.78 | 0.63 | 0 | 0.01 | 228.37 | 0.97 | 0.6 |
| Hex | 38 | 5E | FC | 4E | 3F | 0 | 1 | E4 | 61 | 3C |
| Octal | 70 | 136 | 374 | 116 | 77 | 0 | 1 | 344 | 141 | 74 |
| Binary | 111000 | 1011110 | 11111100 | 1001110 | 111111 | 0 | 1 | 11100100 | 1100001 | 111100 |
Color Harmonies of #385EFC
Complementary color
Monochromatic Colors of #385EFC
Black with #385EFC
Text Example
Text Example
White with #385EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385EFC; }
p { color: rgb(56,94,252); }
H1.HeaderClassName
{
color: #385EFC;
}
.AnyTagClassName
{
color: #385EFC;
}
</style>
background-color css
<style>
a { background-color: #385EFC; }
a { background-color: rgb(56,94,252); }
div.DivClassName
{
background-color: #385EFC;
}
.BgClassName
{
background-color: #385EFC;
}
</style>
border-color css
<style>
span { border-color: #385EFC; }
span { border-color: rgb(56,94,252); }
td.TdClassName
{
border-color: #385EFC;
}
.TagClassName
{
border-color: #385EFC;
}
</style>