Shades of Royal Blue #3869CE
Tints of Royal Blue #3869CE
RGB
CMYK
RGB Variations
Color information
#3869CE (or 0x3869CE) is known color: Royal Blue. HEX triplet: 38, 69 and CE. RGB value is (56,105,206). Sum of RGB (Red+Green+Blue) = 56+105+206=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #3869CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3869CE is #C79631. Grayscale: #656565. Windows color (decimal): -13080114 or 13527352. OLE color: 13527352.
HSL color Cylindrical-coordinate representation of color #3869CE: hue angle of 220.4º 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 #3869CE is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 105 | 206 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.19 |
| HSL | 220.4º | 0.6% | 0.51% | - |
| HSV(B) | 220.4º | 0.73% | 0.81% | - |
| XYZ | 17.82 | 15.4 | 60.43 | - |
| YUV | 101.86 | 186.77 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 105 | 206 | 0.73 | 0.49 | 0 | 0.19 | 220.4 | 0.6 | 0.51 |
| Hex | 38 | 69 | CE | 49 | 31 | 0 | 13 | DC | 3C | 33 |
| Octal | 70 | 151 | 316 | 111 | 61 | 0 | 23 | 334 | 74 | 63 |
| Binary | 111000 | 1101001 | 11001110 | 1001001 | 110001 | 0 | 10011 | 11011100 | 111100 | 110011 |
Color Harmonies of #3869CE
Complementary color
Monochromatic Colors of #3869CE
Black with #3869CE
Text Example
Text Example
White with #3869CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3869CE; }
p { color: rgb(56,105,206); }
H1.HeaderClassName
{
color: #3869CE;
}
.AnyTagClassName
{
color: #3869CE;
}
</style>
background-color css
<style>
a { background-color: #3869CE; }
a { background-color: rgb(56,105,206); }
div.DivClassName
{
background-color: #3869CE;
}
.BgClassName
{
background-color: #3869CE;
}
</style>
border-color css
<style>
span { border-color: #3869CE; }
span { border-color: rgb(56,105,206); }
td.TdClassName
{
border-color: #3869CE;
}
.TagClassName
{
border-color: #3869CE;
}
</style>