Shades of Royal Blue #3868CE
Tints of Royal Blue #3868CE
RGB
CMYK
RGB Variations
Color information
#3868CE (or 0x3868CE) is known color: Royal Blue. HEX triplet: 38, 68 and CE. RGB value is (56,104,206). Sum of RGB (Red+Green+Blue) = 56+104+206=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #3868CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3868CE is #C79731. Grayscale: #646464. Windows color (decimal): -13080370 or 13527096. OLE color: 13527096.
HSL color Cylindrical-coordinate representation of color #3868CE: hue angle of 220.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3868CE is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 104 | 206 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.19 |
| HSL | 220.8º | 0.6% | 0.51% | - |
| HSV(B) | 220.8º | 0.73% | 0.81% | - |
| XYZ | 17.72 | 15.2 | 60.39 | - |
| YUV | 101.28 | 187.1 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 104 | 206 | 0.73 | 0.50 | 0 | 0.19 | 220.8 | 0.6 | 0.51 |
| Hex | 38 | 68 | CE | 49 | 32 | 0 | 13 | DD | 3C | 33 |
| Octal | 70 | 150 | 316 | 111 | 62 | 0 | 23 | 335 | 74 | 63 |
| Binary | 111000 | 1101000 | 11001110 | 1001001 | 110010 | 0 | 10011 | 11011101 | 111100 | 110011 |
Color Harmonies of #3868CE
Complementary color
Monochromatic Colors of #3868CE
Black with #3868CE
Text Example
Text Example
White with #3868CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3868CE; }
p { color: rgb(56,104,206); }
H1.HeaderClassName
{
color: #3868CE;
}
.AnyTagClassName
{
color: #3868CE;
}
</style>
background-color css
<style>
a { background-color: #3868CE; }
a { background-color: rgb(56,104,206); }
div.DivClassName
{
background-color: #3868CE;
}
.BgClassName
{
background-color: #3868CE;
}
</style>
border-color css
<style>
span { border-color: #3868CE; }
span { border-color: rgb(56,104,206); }
td.TdClassName
{
border-color: #3868CE;
}
.TagClassName
{
border-color: #3868CE;
}
</style>