Shades of Royal Blue #3867FF
Tints of Royal Blue #3867FF
RGB
CMYK
RGB Variations
Color information
#3867FF (or 0x3867FF) is known color: Royal Blue. HEX triplet: 38, 67 and FF. RGB value is (56,103,255). Sum of RGB (Red+Green+Blue) = 56+103+255=414 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.53% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #3867FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3867FF is #C79800. Grayscale: #696969. Windows color (decimal): -13080577 or 16738104. OLE color: 16738104.
HSL color Cylindrical-coordinate representation of color #3867FF: hue angle of 225.83º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3867FF is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 103 | 255 | - |
| CMYK | 0.78 | 0.60 | 0 | 0 |
| HSL | 225.83º | 1% | 0.61% | - |
| HSV(B) | 225.83º | 0.78% | 1% | - |
| XYZ | 24.53 | 17.76 | 96.74 | - |
| YUV | 106.28 | 211.93 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 103 | 255 | 0.78 | 0.60 | 0 | 0 | 225.83 | 1 | 0.61 |
| Hex | 38 | 67 | FF | 4E | 3C | 0 | 0 | E2 | 64 | 3D |
| Octal | 70 | 147 | 377 | 116 | 74 | 0 | 0 | 342 | 144 | 75 |
| Binary | 111000 | 1100111 | 11111111 | 1001110 | 111100 | 0 | 0 | 11100010 | 1100100 | 111101 |
Color Harmonies of #3867FF
Complementary color
Monochromatic Colors of #3867FF
Black with #3867FF
Text Example
Text Example
White with #3867FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3867FF; }
p { color: rgb(56,103,255); }
H1.HeaderClassName
{
color: #3867FF;
}
.AnyTagClassName
{
color: #3867FF;
}
</style>
background-color css
<style>
a { background-color: #3867FF; }
a { background-color: rgb(56,103,255); }
div.DivClassName
{
background-color: #3867FF;
}
.BgClassName
{
background-color: #3867FF;
}
</style>
border-color css
<style>
span { border-color: #3867FF; }
span { border-color: rgb(56,103,255); }
td.TdClassName
{
border-color: #3867FF;
}
.TagClassName
{
border-color: #3867FF;
}
</style>