Shades of Royal Blue #3865DF
Tints of Royal Blue #3865DF
RGB
CMYK
RGB Variations
Color information
#3865DF (or 0x3865DF) is known color: Royal Blue. HEX triplet: 38, 65 and DF. RGB value is (56,101,223). Sum of RGB (Red+Green+Blue) = 56+101+223=380 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.74% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #3865DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3865DF is #C79A20. Grayscale: #646464. Windows color (decimal): -13081121 or 14640440. OLE color: 14640440.
HSL color Cylindrical-coordinate representation of color #3865DF: hue angle of 223.83º 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 #3865DF is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 101 | 223 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.13 |
| HSL | 223.83º | 0.72% | 0.55% | - |
| HSV(B) | 223.83º | 0.75% | 0.87% | - |
| XYZ | 19.6 | 15.48 | 71.77 | - |
| YUV | 101.45 | 196.59 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 101 | 223 | 0.75 | 0.55 | 0 | 0.13 | 223.83 | 0.72 | 0.55 |
| Hex | 38 | 65 | DF | 4B | 37 | 0 | D | E0 | 48 | 37 |
| Octal | 70 | 145 | 337 | 113 | 67 | 0 | 15 | 340 | 110 | 67 |
| Binary | 111000 | 1100101 | 11011111 | 1001011 | 110111 | 0 | 1101 | 11100000 | 1001000 | 110111 |
Color Harmonies of #3865DF
Complementary color
Monochromatic Colors of #3865DF
Black with #3865DF
Text Example
Text Example
White with #3865DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3865DF; }
p { color: rgb(56,101,223); }
H1.HeaderClassName
{
color: #3865DF;
}
.AnyTagClassName
{
color: #3865DF;
}
</style>
background-color css
<style>
a { background-color: #3865DF; }
a { background-color: rgb(56,101,223); }
div.DivClassName
{
background-color: #3865DF;
}
.BgClassName
{
background-color: #3865DF;
}
</style>
border-color css
<style>
span { border-color: #3865DF; }
span { border-color: rgb(56,101,223); }
td.TdClassName
{
border-color: #3865DF;
}
.TagClassName
{
border-color: #3865DF;
}
</style>