Shades of Royal Blue #3B6ADB
Tints of Royal Blue #3B6ADB
RGB
CMYK
RGB Variations
Color information
#3B6ADB (or 0x3B6ADB) is known color: Royal Blue. HEX triplet: 3B, 6A and DB. RGB value is (59,106,219). Sum of RGB (Red+Green+Blue) = 59+106+219=384 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.36% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B6ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B6ADB is #C49524. Grayscale: #686868. Windows color (decimal): -12883237 or 14379579. OLE color: 14379579.
HSL color Cylindrical-coordinate representation of color #3B6ADB: hue angle of 222.38º 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 #3B6ADB is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 106 | 219 | - |
| CMYK | 0.73 | 0.52 | 0 | 0.14 |
| HSL | 222.38º | 0.69% | 0.55% | - |
| HSV(B) | 222.38º | 0.73% | 0.86% | - |
| XYZ | 19.74 | 16.35 | 69.13 | - |
| YUV | 104.83 | 192.43 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 106 | 219 | 0.73 | 0.52 | 0 | 0.14 | 222.38 | 0.69 | 0.55 |
| Hex | 3B | 6A | DB | 49 | 34 | 0 | E | DE | 45 | 37 |
| Octal | 73 | 152 | 333 | 111 | 64 | 0 | 16 | 336 | 105 | 67 |
| Binary | 111011 | 1101010 | 11011011 | 1001001 | 110100 | 0 | 1110 | 11011110 | 1000101 | 110111 |
Color Harmonies of #3B6ADB
Complementary color
Monochromatic Colors of #3B6ADB
Black with #3B6ADB
Text Example
Text Example
White with #3B6ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6ADB; }
p { color: rgb(59,106,219); }
H1.HeaderClassName
{
color: #3B6ADB;
}
.AnyTagClassName
{
color: #3B6ADB;
}
</style>
background-color css
<style>
a { background-color: #3B6ADB; }
a { background-color: rgb(59,106,219); }
div.DivClassName
{
background-color: #3B6ADB;
}
.BgClassName
{
background-color: #3B6ADB;
}
</style>
border-color css
<style>
span { border-color: #3B6ADB; }
span { border-color: rgb(59,106,219); }
td.TdClassName
{
border-color: #3B6ADB;
}
.TagClassName
{
border-color: #3B6ADB;
}
</style>