Shades of Royal Blue #385FDB
Tints of Royal Blue #385FDB
RGB
CMYK
RGB Variations
Color information
#385FDB (or 0x385FDB) is known color: Royal Blue. HEX triplet: 38, 5F and DB. RGB value is (56,95,219). Sum of RGB (Red+Green+Blue) = 56+95+219=370 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.14% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #385FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385FDB is #C7A024. Grayscale: #606060. Windows color (decimal): -13082661 or 14376760. OLE color: 14376760.
HSL color Cylindrical-coordinate representation of color #385FDB: hue angle of 225.64º 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 #385FDB is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 95 | 219 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.14 |
| HSL | 225.64º | 0.69% | 0.54% | - |
| HSV(B) | 225.64º | 0.74% | 0.86% | - |
| XYZ | 18.51 | 14.14 | 68.77 | - |
| YUV | 97.48 | 196.58 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 219 | 0.74 | 0.57 | 0 | 0.14 | 225.64 | 0.69 | 0.54 |
| Hex | 38 | 5F | DB | 4A | 39 | 0 | E | E2 | 45 | 36 |
| Octal | 70 | 137 | 333 | 112 | 71 | 0 | 16 | 342 | 105 | 66 |
| Binary | 111000 | 1011111 | 11011011 | 1001010 | 111001 | 0 | 1110 | 11100010 | 1000101 | 110110 |
Color Harmonies of #385FDB
Complementary color
Monochromatic Colors of #385FDB
Black with #385FDB
Text Example
Text Example
White with #385FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385FDB; }
p { color: rgb(56,95,219); }
H1.HeaderClassName
{
color: #385FDB;
}
.AnyTagClassName
{
color: #385FDB;
}
</style>
background-color css
<style>
a { background-color: #385FDB; }
a { background-color: rgb(56,95,219); }
div.DivClassName
{
background-color: #385FDB;
}
.BgClassName
{
background-color: #385FDB;
}
</style>
border-color css
<style>
span { border-color: #385FDB; }
span { border-color: rgb(56,95,219); }
td.TdClassName
{
border-color: #385FDB;
}
.TagClassName
{
border-color: #385FDB;
}
</style>