Shades of Royal Blue #3868DF
Tints of Royal Blue #3868DF
RGB
CMYK
RGB Variations
Color information
#3868DF (or 0x3868DF) is known color: Royal Blue. HEX triplet: 38, 68 and DF. RGB value is (56,104,223). Sum of RGB (Red+Green+Blue) = 56+104+223=383 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.62% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #3868DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3868DF is #C79720. Grayscale: #666666. Windows color (decimal): -13080353 or 14641208. OLE color: 14641208.
HSL color Cylindrical-coordinate representation of color #3868DF: hue angle of 222.75º 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 #3868DF is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 104 | 223 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.13 |
| HSL | 222.75º | 0.72% | 0.55% | - |
| HSV(B) | 222.75º | 0.75% | 0.87% | - |
| XYZ | 19.9 | 16.07 | 71.86 | - |
| YUV | 103.21 | 195.6 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 104 | 223 | 0.75 | 0.53 | 0 | 0.13 | 222.75 | 0.72 | 0.55 |
| Hex | 38 | 68 | DF | 4B | 35 | 0 | D | DF | 48 | 37 |
| Octal | 70 | 150 | 337 | 113 | 65 | 0 | 15 | 337 | 110 | 67 |
| Binary | 111000 | 1101000 | 11011111 | 1001011 | 110101 | 0 | 1101 | 11011111 | 1001000 | 110111 |
Color Harmonies of #3868DF
Complementary color
Monochromatic Colors of #3868DF
Black with #3868DF
Text Example
Text Example
White with #3868DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3868DF; }
p { color: rgb(56,104,223); }
H1.HeaderClassName
{
color: #3868DF;
}
.AnyTagClassName
{
color: #3868DF;
}
</style>
background-color css
<style>
a { background-color: #3868DF; }
a { background-color: rgb(56,104,223); }
div.DivClassName
{
background-color: #3868DF;
}
.BgClassName
{
background-color: #3868DF;
}
</style>
border-color css
<style>
span { border-color: #3868DF; }
span { border-color: rgb(56,104,223); }
td.TdClassName
{
border-color: #3868DF;
}
.TagClassName
{
border-color: #3868DF;
}
</style>