Shades of Royal Blue #3B6EDB
Tints of Royal Blue #3B6EDB
RGB
CMYK
RGB Variations
Color information
#3B6EDB (or 0x3B6EDB) is known color: Royal Blue. HEX triplet: 3B, 6E and DB. RGB value is (59,110,219). Sum of RGB (Red+Green+Blue) = 59+110+219=388 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.21% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B6EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B6EDB is #C49124. Grayscale: #6A6A6A. Windows color (decimal): -12882213 or 14380603. OLE color: 14380603.
HSL color Cylindrical-coordinate representation of color #3B6EDB: hue angle of 220.88º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B6EDB is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 110 | 219 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.14 |
| HSL | 220.88º | 0.69% | 0.55% | - |
| HSV(B) | 220.88º | 0.73% | 0.86% | - |
| XYZ | 20.17 | 17.2 | 69.27 | - |
| YUV | 107.18 | 191.1 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 110 | 219 | 0.73 | 0.50 | 0 | 0.14 | 220.88 | 0.69 | 0.55 |
| Hex | 3B | 6E | DB | 49 | 32 | 0 | E | DD | 45 | 37 |
| Octal | 73 | 156 | 333 | 111 | 62 | 0 | 16 | 335 | 105 | 67 |
| Binary | 111011 | 1101110 | 11011011 | 1001001 | 110010 | 0 | 1110 | 11011101 | 1000101 | 110111 |
Color Harmonies of #3B6EDB
Complementary color
Monochromatic Colors of #3B6EDB
Black with #3B6EDB
Text Example
Text Example
White with #3B6EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6EDB; }
p { color: rgb(59,110,219); }
H1.HeaderClassName
{
color: #3B6EDB;
}
.AnyTagClassName
{
color: #3B6EDB;
}
</style>
background-color css
<style>
a { background-color: #3B6EDB; }
a { background-color: rgb(59,110,219); }
div.DivClassName
{
background-color: #3B6EDB;
}
.BgClassName
{
background-color: #3B6EDB;
}
</style>
border-color css
<style>
span { border-color: #3B6EDB; }
span { border-color: rgb(59,110,219); }
td.TdClassName
{
border-color: #3B6EDB;
}
.TagClassName
{
border-color: #3B6EDB;
}
</style>