Shades of Royal Blue #3869EF
Tints of Royal Blue #3869EF
RGB
CMYK
RGB Variations
Color information
#3869EF (or 0x3869EF) is known color: Royal Blue. HEX triplet: 38, 69 and EF. RGB value is (56,105,239). Sum of RGB (Red+Green+Blue) = 56+105+239=400 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #3869EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3869EF is #C79610. Grayscale: #696969. Windows color (decimal): -13080081 or 15690040. OLE color: 15690040.
HSL color Cylindrical-coordinate representation of color #3869EF: hue angle of 223.93º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3869EF is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 105 | 239 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.06 |
| HSL | 223.93º | 0.85% | 0.58% | - |
| HSV(B) | 223.93º | 0.77% | 0.94% | - |
| XYZ | 22.26 | 17.18 | 83.8 | - |
| YUV | 105.63 | 203.27 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 105 | 239 | 0.77 | 0.56 | 0 | 0.06 | 223.93 | 0.85 | 0.58 |
| Hex | 38 | 69 | EF | 4D | 38 | 0 | 6 | E0 | 55 | 3A |
| Octal | 70 | 151 | 357 | 115 | 70 | 0 | 6 | 340 | 125 | 72 |
| Binary | 111000 | 1101001 | 11101111 | 1001101 | 111000 | 0 | 110 | 11100000 | 1010101 | 111010 |
Color Harmonies of #3869EF
Complementary color
Monochromatic Colors of #3869EF
Black with #3869EF
Text Example
Text Example
White with #3869EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3869EF; }
p { color: rgb(56,105,239); }
H1.HeaderClassName
{
color: #3869EF;
}
.AnyTagClassName
{
color: #3869EF;
}
</style>
background-color css
<style>
a { background-color: #3869EF; }
a { background-color: rgb(56,105,239); }
div.DivClassName
{
background-color: #3869EF;
}
.BgClassName
{
background-color: #3869EF;
}
</style>
border-color css
<style>
span { border-color: #3869EF; }
span { border-color: rgb(56,105,239); }
td.TdClassName
{
border-color: #3869EF;
}
.TagClassName
{
border-color: #3869EF;
}
</style>