Shades of Royal Blue #3869FA
Tints of Royal Blue #3869FA
RGB
CMYK
RGB Variations
Color information
#3869FA (or 0x3869FA) is known color: Royal Blue. HEX triplet: 38, 69 and FA. RGB value is (56,105,250). Sum of RGB (Red+Green+Blue) = 56+105+250=411 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.63% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #3869FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3869FA is #C79605. Grayscale: #6A6A6A. Windows color (decimal): -13080070 or 16410936. OLE color: 16410936.
HSL color Cylindrical-coordinate representation of color #3869FA: hue angle of 224.85º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3869FA is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 105 | 250 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.02 |
| HSL | 224.85º | 0.95% | 0.6% | - |
| HSV(B) | 224.85º | 0.78% | 0.98% | - |
| XYZ | 23.94 | 17.85 | 92.63 | - |
| YUV | 106.88 | 208.77 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 105 | 250 | 0.78 | 0.58 | 0 | 0.02 | 224.85 | 0.95 | 0.6 |
| Hex | 38 | 69 | FA | 4E | 3A | 0 | 2 | E1 | 5F | 3C |
| Octal | 70 | 151 | 372 | 116 | 72 | 0 | 2 | 341 | 137 | 74 |
| Binary | 111000 | 1101001 | 11111010 | 1001110 | 111010 | 0 | 10 | 11100001 | 1011111 | 111100 |
Color Harmonies of #3869FA
Complementary color
Monochromatic Colors of #3869FA
Black with #3869FA
Text Example
Text Example
White with #3869FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3869FA; }
p { color: rgb(56,105,250); }
H1.HeaderClassName
{
color: #3869FA;
}
.AnyTagClassName
{
color: #3869FA;
}
</style>
background-color css
<style>
a { background-color: #3869FA; }
a { background-color: rgb(56,105,250); }
div.DivClassName
{
background-color: #3869FA;
}
.BgClassName
{
background-color: #3869FA;
}
</style>
border-color css
<style>
span { border-color: #3869FA; }
span { border-color: rgb(56,105,250); }
td.TdClassName
{
border-color: #3869FA;
}
.TagClassName
{
border-color: #3869FA;
}
</style>