Shades of Royal Blue #3B7EDB
Tints of Royal Blue #3B7EDB
RGB
CMYK
RGB Variations
Color information
#3B7EDB (or 0x3B7EDB) is known color: Royal Blue. HEX triplet: 3B, 7E and DB. RGB value is (59,126,219). Sum of RGB (Red+Green+Blue) = 59+126+219=404 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.60% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B7EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7EDB is #C48124. Grayscale: #747474. Windows color (decimal): -12878117 or 14384699. OLE color: 14384699.
HSL color Cylindrical-coordinate representation of color #3B7EDB: hue angle of 214.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 #3B7EDB is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 126 | 219 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.14 |
| HSL | 214.88º | 0.69% | 0.55% | - |
| HSV(B) | 214.88º | 0.73% | 0.86% | - |
| XYZ | 22.05 | 20.97 | 69.9 | - |
| YUV | 116.57 | 185.8 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 126 | 219 | 0.73 | 0.42 | 0 | 0.14 | 214.88 | 0.69 | 0.55 |
| Hex | 3B | 7E | DB | 49 | 2A | 0 | E | D7 | 45 | 37 |
| Octal | 73 | 176 | 333 | 111 | 52 | 0 | 16 | 327 | 105 | 67 |
| Binary | 111011 | 1111110 | 11011011 | 1001001 | 101010 | 0 | 1110 | 11010111 | 1000101 | 110111 |
Color Harmonies of #3B7EDB
Complementary color
Monochromatic Colors of #3B7EDB
Black with #3B7EDB
Text Example
Text Example
White with #3B7EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7EDB; }
p { color: rgb(59,126,219); }
H1.HeaderClassName
{
color: #3B7EDB;
}
.AnyTagClassName
{
color: #3B7EDB;
}
</style>
background-color css
<style>
a { background-color: #3B7EDB; }
a { background-color: rgb(59,126,219); }
div.DivClassName
{
background-color: #3B7EDB;
}
.BgClassName
{
background-color: #3B7EDB;
}
</style>
border-color css
<style>
span { border-color: #3B7EDB; }
span { border-color: rgb(59,126,219); }
td.TdClassName
{
border-color: #3B7EDB;
}
.TagClassName
{
border-color: #3B7EDB;
}
</style>