Shades of Royal Blue #385ADF
Tints of Royal Blue #385ADF
RGB
CMYK
RGB Variations
Color information
#385ADF (or 0x385ADF) is known color: Royal Blue. HEX triplet: 38, 5A and DF. RGB value is (56,90,223). Sum of RGB (Red+Green+Blue) = 56+90+223=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #385ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385ADF is #C7A520. Grayscale: #5E5E5E. Windows color (decimal): -13083937 or 14637624. OLE color: 14637624.
HSL color Cylindrical-coordinate representation of color #385ADF: hue angle of 227.78º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #385ADF is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 90 | 223 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.13 |
| HSL | 227.78º | 0.72% | 0.55% | - |
| HSV(B) | 227.78º | 0.75% | 0.87% | - |
| XYZ | 18.61 | 13.48 | 71.43 | - |
| YUV | 95 | 200.24 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 223 | 0.75 | 0.60 | 0 | 0.13 | 227.78 | 0.72 | 0.55 |
| Hex | 38 | 5A | DF | 4B | 3C | 0 | D | E4 | 48 | 37 |
| Octal | 70 | 132 | 337 | 113 | 74 | 0 | 15 | 344 | 110 | 67 |
| Binary | 111000 | 1011010 | 11011111 | 1001011 | 111100 | 0 | 1101 | 11100100 | 1001000 | 110111 |
Color Harmonies of #385ADF
Complementary color
Monochromatic Colors of #385ADF
Black with #385ADF
Text Example
Text Example
White with #385ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385ADF; }
p { color: rgb(56,90,223); }
H1.HeaderClassName
{
color: #385ADF;
}
.AnyTagClassName
{
color: #385ADF;
}
</style>
background-color css
<style>
a { background-color: #385ADF; }
a { background-color: rgb(56,90,223); }
div.DivClassName
{
background-color: #385ADF;
}
.BgClassName
{
background-color: #385ADF;
}
</style>
border-color css
<style>
span { border-color: #385ADF; }
span { border-color: rgb(56,90,223); }
td.TdClassName
{
border-color: #385ADF;
}
.TagClassName
{
border-color: #385ADF;
}
</style>