Shades of Royal Blue #385DDB
Tints of Royal Blue #385DDB
RGB
CMYK
RGB Variations
Color information
#385DDB (or 0x385DDB) is known color: Royal Blue. HEX triplet: 38, 5D and DB. RGB value is (56,93,219). Sum of RGB (Red+Green+Blue) = 56+93+219=368 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.22% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #385DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385DDB is #C7A224. Grayscale: #5F5F5F. Windows color (decimal): -13083173 or 14376248. OLE color: 14376248.
HSL color Cylindrical-coordinate representation of color #385DDB: hue angle of 226.38º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #385DDB is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 93 | 219 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.14 |
| HSL | 226.38º | 0.69% | 0.54% | - |
| HSV(B) | 226.38º | 0.74% | 0.86% | - |
| XYZ | 18.33 | 13.78 | 68.71 | - |
| YUV | 96.3 | 197.24 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 93 | 219 | 0.74 | 0.58 | 0 | 0.14 | 226.38 | 0.69 | 0.54 |
| Hex | 38 | 5D | DB | 4A | 3A | 0 | E | E2 | 45 | 36 |
| Octal | 70 | 135 | 333 | 112 | 72 | 0 | 16 | 342 | 105 | 66 |
| Binary | 111000 | 1011101 | 11011011 | 1001010 | 111010 | 0 | 1110 | 11100010 | 1000101 | 110110 |
Color Harmonies of #385DDB
Complementary color
Monochromatic Colors of #385DDB
Black with #385DDB
Text Example
Text Example
White with #385DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385DDB; }
p { color: rgb(56,93,219); }
H1.HeaderClassName
{
color: #385DDB;
}
.AnyTagClassName
{
color: #385DDB;
}
</style>
background-color css
<style>
a { background-color: #385DDB; }
a { background-color: rgb(56,93,219); }
div.DivClassName
{
background-color: #385DDB;
}
.BgClassName
{
background-color: #385DDB;
}
</style>
border-color css
<style>
span { border-color: #385DDB; }
span { border-color: rgb(56,93,219); }
td.TdClassName
{
border-color: #385DDB;
}
.TagClassName
{
border-color: #385DDB;
}
</style>