Shades of Royal Blue #3B6FDB
Tints of Royal Blue #3B6FDB
RGB
CMYK
RGB Variations
Color information
#3B6FDB (or 0x3B6FDB) is known color: Royal Blue. HEX triplet: 3B, 6F and DB. RGB value is (59,111,219). Sum of RGB (Red+Green+Blue) = 59+111+219=389 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.17% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B6FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B6FDB is #C49024. Grayscale: #6B6B6B. Windows color (decimal): -12881957 or 14380859. OLE color: 14380859.
HSL color Cylindrical-coordinate representation of color #3B6FDB: hue angle of 220.5º 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 #3B6FDB is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 111 | 219 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.14 |
| HSL | 220.5º | 0.69% | 0.55% | - |
| HSV(B) | 220.5º | 0.73% | 0.86% | - |
| XYZ | 20.27 | 17.41 | 69.31 | - |
| YUV | 107.76 | 190.77 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 111 | 219 | 0.73 | 0.49 | 0 | 0.14 | 220.5 | 0.69 | 0.55 |
| Hex | 3B | 6F | DB | 49 | 31 | 0 | E | DC | 45 | 37 |
| Octal | 73 | 157 | 333 | 111 | 61 | 0 | 16 | 334 | 105 | 67 |
| Binary | 111011 | 1101111 | 11011011 | 1001001 | 110001 | 0 | 1110 | 11011100 | 1000101 | 110111 |
Color Harmonies of #3B6FDB
Complementary color
Monochromatic Colors of #3B6FDB
Black with #3B6FDB
Text Example
Text Example
White with #3B6FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6FDB; }
p { color: rgb(59,111,219); }
H1.HeaderClassName
{
color: #3B6FDB;
}
.AnyTagClassName
{
color: #3B6FDB;
}
</style>
background-color css
<style>
a { background-color: #3B6FDB; }
a { background-color: rgb(59,111,219); }
div.DivClassName
{
background-color: #3B6FDB;
}
.BgClassName
{
background-color: #3B6FDB;
}
</style>
border-color css
<style>
span { border-color: #3B6FDB; }
span { border-color: rgb(59,111,219); }
td.TdClassName
{
border-color: #3B6FDB;
}
.TagClassName
{
border-color: #3B6FDB;
}
</style>