Shades of Royal Blue #3B6BDB
Tints of Royal Blue #3B6BDB
RGB
CMYK
RGB Variations
Color information
#3B6BDB (or 0x3B6BDB) is known color: Royal Blue. HEX triplet: 3B, 6B and DB. RGB value is (59,107,219). Sum of RGB (Red+Green+Blue) = 59+107+219=385 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.32% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B6BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B6BDB is #C49424. Grayscale: #686868. Windows color (decimal): -12882981 or 14379835. OLE color: 14379835.
HSL color Cylindrical-coordinate representation of color #3B6BDB: hue angle of 222º 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 #3B6BDB is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 107 | 219 | - |
| CMYK | 0.73 | 0.51 | 0 | 0.14 |
| HSL | 222º | 0.69% | 0.55% | - |
| HSV(B) | 222º | 0.73% | 0.86% | - |
| XYZ | 19.85 | 16.56 | 69.17 | - |
| YUV | 105.42 | 192.1 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 107 | 219 | 0.73 | 0.51 | 0 | 0.14 | 222 | 0.69 | 0.55 |
| Hex | 3B | 6B | DB | 49 | 33 | 0 | E | DE | 45 | 37 |
| Octal | 73 | 153 | 333 | 111 | 63 | 0 | 16 | 336 | 105 | 67 |
| Binary | 111011 | 1101011 | 11011011 | 1001001 | 110011 | 0 | 1110 | 11011110 | 1000101 | 110111 |
Color Harmonies of #3B6BDB
Complementary color
Monochromatic Colors of #3B6BDB
Black with #3B6BDB
Text Example
Text Example
White with #3B6BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6BDB; }
p { color: rgb(59,107,219); }
H1.HeaderClassName
{
color: #3B6BDB;
}
.AnyTagClassName
{
color: #3B6BDB;
}
</style>
background-color css
<style>
a { background-color: #3B6BDB; }
a { background-color: rgb(59,107,219); }
div.DivClassName
{
background-color: #3B6BDB;
}
.BgClassName
{
background-color: #3B6BDB;
}
</style>
border-color css
<style>
span { border-color: #3B6BDB; }
span { border-color: rgb(59,107,219); }
td.TdClassName
{
border-color: #3B6BDB;
}
.TagClassName
{
border-color: #3B6BDB;
}
</style>