Shades of Royal Blue #385FDF
Tints of Royal Blue #385FDF
RGB
CMYK
RGB Variations
Color information
#385FDF (or 0x385FDF) is known color: Royal Blue. HEX triplet: 38, 5F and DF. RGB value is (56,95,223). Sum of RGB (Red+Green+Blue) = 56+95+223=374 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.97% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #385FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385FDF is #C7A020. Grayscale: #616161. Windows color (decimal): -13082657 or 14638904. OLE color: 14638904.
HSL color Cylindrical-coordinate representation of color #385FDF: hue angle of 225.99º 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 #385FDF is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 95 | 223 | - |
| CMYK | 0.75 | 0.57 | 0 | 0.13 |
| HSL | 225.99º | 0.72% | 0.55% | - |
| HSV(B) | 225.99º | 0.75% | 0.87% | - |
| XYZ | 19.04 | 14.35 | 71.58 | - |
| YUV | 97.93 | 198.58 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 223 | 0.75 | 0.57 | 0 | 0.13 | 225.99 | 0.72 | 0.55 |
| Hex | 38 | 5F | DF | 4B | 39 | 0 | D | E2 | 48 | 37 |
| Octal | 70 | 137 | 337 | 113 | 71 | 0 | 15 | 342 | 110 | 67 |
| Binary | 111000 | 1011111 | 11011111 | 1001011 | 111001 | 0 | 1101 | 11100010 | 1001000 | 110111 |
Color Harmonies of #385FDF
Complementary color
Monochromatic Colors of #385FDF
Black with #385FDF
Text Example
Text Example
White with #385FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385FDF; }
p { color: rgb(56,95,223); }
H1.HeaderClassName
{
color: #385FDF;
}
.AnyTagClassName
{
color: #385FDF;
}
</style>
background-color css
<style>
a { background-color: #385FDF; }
a { background-color: rgb(56,95,223); }
div.DivClassName
{
background-color: #385FDF;
}
.BgClassName
{
background-color: #385FDF;
}
</style>
border-color css
<style>
span { border-color: #385FDF; }
span { border-color: rgb(56,95,223); }
td.TdClassName
{
border-color: #385FDF;
}
.TagClassName
{
border-color: #385FDF;
}
</style>