Shades of Royal Blue #3868FF
Tints of Royal Blue #3868FF
RGB
CMYK
RGB Variations
Color information
#3868FF (or 0x3868FF) is known color: Royal Blue. HEX triplet: 38, 68 and FF. RGB value is (56,104,255). Sum of RGB (Red+Green+Blue) = 56+104+255=415 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.49% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #3868FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3868FF is #C79700. Grayscale: #6A6A6A. Windows color (decimal): -13080321 or 16738360. OLE color: 16738360.
HSL color Cylindrical-coordinate representation of color #3868FF: hue angle of 225.53º 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 #3868FF is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 104 | 255 | - |
| CMYK | 0.78 | 0.59 | 0 | 0 |
| HSL | 225.53º | 1% | 0.61% | - |
| HSV(B) | 225.53º | 0.78% | 1% | - |
| XYZ | 24.63 | 17.96 | 96.78 | - |
| YUV | 106.86 | 211.6 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 104 | 255 | 0.78 | 0.59 | 0 | 0 | 225.53 | 1 | 0.61 |
| Hex | 38 | 68 | FF | 4E | 3B | 0 | 0 | E2 | 64 | 3D |
| Octal | 70 | 150 | 377 | 116 | 73 | 0 | 0 | 342 | 144 | 75 |
| Binary | 111000 | 1101000 | 11111111 | 1001110 | 111011 | 0 | 0 | 11100010 | 1100100 | 111101 |
Color Harmonies of #3868FF
Complementary color
Monochromatic Colors of #3868FF
Black with #3868FF
Text Example
Text Example
White with #3868FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3868FF; }
p { color: rgb(56,104,255); }
H1.HeaderClassName
{
color: #3868FF;
}
.AnyTagClassName
{
color: #3868FF;
}
</style>
background-color css
<style>
a { background-color: #3868FF; }
a { background-color: rgb(56,104,255); }
div.DivClassName
{
background-color: #3868FF;
}
.BgClassName
{
background-color: #3868FF;
}
</style>
border-color css
<style>
span { border-color: #3868FF; }
span { border-color: rgb(56,104,255); }
td.TdClassName
{
border-color: #3868FF;
}
.TagClassName
{
border-color: #3868FF;
}
</style>