Shades of Royal Blue #3856DF
Tints of Royal Blue #3856DF
RGB
CMYK
RGB Variations
Color information
#3856DF (or 0x3856DF) is known color: Royal Blue. HEX triplet: 38, 56 and DF. RGB value is (56,86,223). Sum of RGB (Red+Green+Blue) = 56+86+223=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #3856DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3856DF is #C7A920. Grayscale: #5C5C5C. Windows color (decimal): -13084961 or 14636600. OLE color: 14636600.
HSL color Cylindrical-coordinate representation of color #3856DF: hue angle of 229.22º 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 #3856DF is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 86 | 223 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.13 |
| HSL | 229.22º | 0.72% | 0.55% | - |
| HSV(B) | 229.22º | 0.75% | 0.87% | - |
| XYZ | 18.28 | 12.82 | 71.32 | - |
| YUV | 92.65 | 201.56 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 86 | 223 | 0.75 | 0.61 | 0 | 0.13 | 229.22 | 0.72 | 0.55 |
| Hex | 38 | 56 | DF | 4B | 3D | 0 | D | E5 | 48 | 37 |
| Octal | 70 | 126 | 337 | 113 | 75 | 0 | 15 | 345 | 110 | 67 |
| Binary | 111000 | 1010110 | 11011111 | 1001011 | 111101 | 0 | 1101 | 11100101 | 1001000 | 110111 |
Color Harmonies of #3856DF
Complementary color
Monochromatic Colors of #3856DF
Black with #3856DF
Text Example
Text Example
White with #3856DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3856DF; }
p { color: rgb(56,86,223); }
H1.HeaderClassName
{
color: #3856DF;
}
.AnyTagClassName
{
color: #3856DF;
}
</style>
background-color css
<style>
a { background-color: #3856DF; }
a { background-color: rgb(56,86,223); }
div.DivClassName
{
background-color: #3856DF;
}
.BgClassName
{
background-color: #3856DF;
}
</style>
border-color css
<style>
span { border-color: #3856DF; }
span { border-color: rgb(56,86,223); }
td.TdClassName
{
border-color: #3856DF;
}
.TagClassName
{
border-color: #3856DF;
}
</style>