Shades of Royal Blue #3869DB
Tints of Royal Blue #3869DB
RGB
CMYK
RGB Variations
Color information
#3869DB (or 0x3869DB) is known color: Royal Blue. HEX triplet: 38, 69 and DB. RGB value is (56,105,219). Sum of RGB (Red+Green+Blue) = 56+105+219=380 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.74% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #3869DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3869DB is #C79624. Grayscale: #666666. Windows color (decimal): -13080101 or 14379320. OLE color: 14379320.
HSL color Cylindrical-coordinate representation of color #3869DB: hue angle of 221.96º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3869DB is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 105 | 219 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.14 |
| HSL | 221.96º | 0.69% | 0.54% | - |
| HSV(B) | 221.96º | 0.74% | 0.86% | - |
| XYZ | 19.47 | 16.06 | 69.09 | - |
| YUV | 103.35 | 193.27 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 105 | 219 | 0.74 | 0.52 | 0 | 0.14 | 221.96 | 0.69 | 0.54 |
| Hex | 38 | 69 | DB | 4A | 34 | 0 | E | DE | 45 | 36 |
| Octal | 70 | 151 | 333 | 112 | 64 | 0 | 16 | 336 | 105 | 66 |
| Binary | 111000 | 1101001 | 11011011 | 1001010 | 110100 | 0 | 1110 | 11011110 | 1000101 | 110110 |
Color Harmonies of #3869DB
Complementary color
Monochromatic Colors of #3869DB
Black with #3869DB
Text Example
Text Example
White with #3869DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3869DB; }
p { color: rgb(56,105,219); }
H1.HeaderClassName
{
color: #3869DB;
}
.AnyTagClassName
{
color: #3869DB;
}
</style>
background-color css
<style>
a { background-color: #3869DB; }
a { background-color: rgb(56,105,219); }
div.DivClassName
{
background-color: #3869DB;
}
.BgClassName
{
background-color: #3869DB;
}
</style>
border-color css
<style>
span { border-color: #3869DB; }
span { border-color: rgb(56,105,219); }
td.TdClassName
{
border-color: #3869DB;
}
.TagClassName
{
border-color: #3869DB;
}
</style>