Shades of Royal Blue #385FDC
Tints of Royal Blue #385FDC
RGB
CMYK
RGB Variations
Color information
#385FDC (or 0x385FDC) is known color: Royal Blue. HEX triplet: 38, 5F and DC. RGB value is (56,95,220). Sum of RGB (Red+Green+Blue) = 56+95+220=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #385FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385FDC is #C7A023. Grayscale: #616161. Windows color (decimal): -13082660 or 14442296. OLE color: 14442296.
HSL color Cylindrical-coordinate representation of color #385FDC: hue angle of 225.73º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #385FDC is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 95 | 220 | - |
| CMYK | 0.75 | 0.57 | 0 | 0.14 |
| HSL | 225.73º | 0.7% | 0.54% | - |
| HSV(B) | 225.73º | 0.75% | 0.86% | - |
| XYZ | 18.64 | 14.19 | 69.47 | - |
| YUV | 97.59 | 197.08 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 220 | 0.75 | 0.57 | 0 | 0.14 | 225.73 | 0.7 | 0.54 |
| Hex | 38 | 5F | DC | 4B | 39 | 0 | E | E2 | 46 | 36 |
| Octal | 70 | 137 | 334 | 113 | 71 | 0 | 16 | 342 | 106 | 66 |
| Binary | 111000 | 1011111 | 11011100 | 1001011 | 111001 | 0 | 1110 | 11100010 | 1000110 | 110110 |
Color Harmonies of #385FDC
Complementary color
Monochromatic Colors of #385FDC
Black with #385FDC
Text Example
Text Example
White with #385FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385FDC; }
p { color: rgb(56,95,220); }
H1.HeaderClassName
{
color: #385FDC;
}
.AnyTagClassName
{
color: #385FDC;
}
</style>
background-color css
<style>
a { background-color: #385FDC; }
a { background-color: rgb(56,95,220); }
div.DivClassName
{
background-color: #385FDC;
}
.BgClassName
{
background-color: #385FDC;
}
</style>
border-color css
<style>
span { border-color: #385FDC; }
span { border-color: rgb(56,95,220); }
td.TdClassName
{
border-color: #385FDC;
}
.TagClassName
{
border-color: #385FDC;
}
</style>