Shades of Royal Blue #3866EE
Tints of Royal Blue #3866EE
RGB
CMYK
RGB Variations
Color information
#3866EE (or 0x3866EE) is known color: Royal Blue. HEX triplet: 38, 66 and EE. RGB value is (56,102,238). Sum of RGB (Red+Green+Blue) = 56+102+238=396 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.14% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 238 (93.36% from 255 or 60.10% from 396); Max value from RGB is 238 - color contains mainly: blue. Hex color #3866EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3866EE is #C79911. Grayscale: #676767. Windows color (decimal): -13080850 or 15623736. OLE color: 15623736.
HSL color Cylindrical-coordinate representation of color #3866EE: hue angle of 224.84º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3866EE is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 102 | 238 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.07 |
| HSL | 224.84º | 0.84% | 0.58% | - |
| HSV(B) | 224.84º | 0.76% | 0.93% | - |
| XYZ | 21.81 | 16.52 | 82.93 | - |
| YUV | 103.75 | 203.76 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 102 | 238 | 0.76 | 0.57 | 0 | 0.07 | 224.84 | 0.84 | 0.58 |
| Hex | 38 | 66 | EE | 4C | 39 | 0 | 7 | E1 | 54 | 3A |
| Octal | 70 | 146 | 356 | 114 | 71 | 0 | 7 | 341 | 124 | 72 |
| Binary | 111000 | 1100110 | 11101110 | 1001100 | 111001 | 0 | 111 | 11100001 | 1010100 | 111010 |
Color Harmonies of #3866EE
Complementary color
Monochromatic Colors of #3866EE
Black with #3866EE
Text Example
Text Example
White with #3866EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3866EE; }
p { color: rgb(56,102,238); }
H1.HeaderClassName
{
color: #3866EE;
}
.AnyTagClassName
{
color: #3866EE;
}
</style>
background-color css
<style>
a { background-color: #3866EE; }
a { background-color: rgb(56,102,238); }
div.DivClassName
{
background-color: #3866EE;
}
.BgClassName
{
background-color: #3866EE;
}
</style>
border-color css
<style>
span { border-color: #3866EE; }
span { border-color: rgb(56,102,238); }
td.TdClassName
{
border-color: #3866EE;
}
.TagClassName
{
border-color: #3866EE;
}
</style>