Shades of Royal Blue #385CED
Tints of Royal Blue #385CED
RGB
CMYK
RGB Variations
Color information
#385CED (or 0x385CED) is known color: Royal Blue. HEX triplet: 38, 5C and ED. RGB value is (56,92,237). Sum of RGB (Red+Green+Blue) = 56+92+237=385 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.55% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #385CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385CED is #C7A312. Grayscale: #616161. Windows color (decimal): -13083411 or 15555640. OLE color: 15555640.
HSL color Cylindrical-coordinate representation of color #385CED: hue angle of 228.07º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #385CED is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 92 | 237 | - |
| CMYK | 0.76 | 0.61 | 0 | 0.07 |
| HSL | 228.07º | 0.83% | 0.57% | - |
| HSV(B) | 228.07º | 0.76% | 0.93% | - |
| XYZ | 20.74 | 14.61 | 81.85 | - |
| YUV | 97.77 | 206.57 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 92 | 237 | 0.76 | 0.61 | 0 | 0.07 | 228.07 | 0.83 | 0.57 |
| Hex | 38 | 5C | ED | 4C | 3D | 0 | 7 | E4 | 53 | 39 |
| Octal | 70 | 134 | 355 | 114 | 75 | 0 | 7 | 344 | 123 | 71 |
| Binary | 111000 | 1011100 | 11101101 | 1001100 | 111101 | 0 | 111 | 11100100 | 1010011 | 111001 |
Color Harmonies of #385CED
Complementary color
Monochromatic Colors of #385CED
Black with #385CED
Text Example
Text Example
White with #385CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385CED; }
p { color: rgb(56,92,237); }
H1.HeaderClassName
{
color: #385CED;
}
.AnyTagClassName
{
color: #385CED;
}
</style>
background-color css
<style>
a { background-color: #385CED; }
a { background-color: rgb(56,92,237); }
div.DivClassName
{
background-color: #385CED;
}
.BgClassName
{
background-color: #385CED;
}
</style>
border-color css
<style>
span { border-color: #385CED; }
span { border-color: rgb(56,92,237); }
td.TdClassName
{
border-color: #385CED;
}
.TagClassName
{
border-color: #385CED;
}
</style>