Shades of Royal Blue #3B6DDB
Tints of Royal Blue #3B6DDB
RGB
CMYK
RGB Variations
Color information
#3B6DDB (or 0x3B6DDB) is known color: Royal Blue. HEX triplet: 3B, 6D and DB. RGB value is (59,109,219). Sum of RGB (Red+Green+Blue) = 59+109+219=387 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.25% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B6DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B6DDB is #C49224. Grayscale: #6A6A6A. Windows color (decimal): -12882469 or 14380347. OLE color: 14380347.
HSL color Cylindrical-coordinate representation of color #3B6DDB: hue angle of 221.25º 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 #3B6DDB is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 109 | 219 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.14 |
| HSL | 221.25º | 0.69% | 0.55% | - |
| HSV(B) | 221.25º | 0.73% | 0.86% | - |
| XYZ | 20.06 | 16.98 | 69.24 | - |
| YUV | 106.59 | 191.44 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 109 | 219 | 0.73 | 0.50 | 0 | 0.14 | 221.25 | 0.69 | 0.55 |
| Hex | 3B | 6D | DB | 49 | 32 | 0 | E | DD | 45 | 37 |
| Octal | 73 | 155 | 333 | 111 | 62 | 0 | 16 | 335 | 105 | 67 |
| Binary | 111011 | 1101101 | 11011011 | 1001001 | 110010 | 0 | 1110 | 11011101 | 1000101 | 110111 |
Color Harmonies of #3B6DDB
Complementary color
Monochromatic Colors of #3B6DDB
Black with #3B6DDB
Text Example
Text Example
White with #3B6DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6DDB; }
p { color: rgb(59,109,219); }
H1.HeaderClassName
{
color: #3B6DDB;
}
.AnyTagClassName
{
color: #3B6DDB;
}
</style>
background-color css
<style>
a { background-color: #3B6DDB; }
a { background-color: rgb(59,109,219); }
div.DivClassName
{
background-color: #3B6DDB;
}
.BgClassName
{
background-color: #3B6DDB;
}
</style>
border-color css
<style>
span { border-color: #3B6DDB; }
span { border-color: rgb(59,109,219); }
td.TdClassName
{
border-color: #3B6DDB;
}
.TagClassName
{
border-color: #3B6DDB;
}
</style>