Shades of Royal Blue #3B7CDB
Tints of Royal Blue #3B7CDB
RGB
CMYK
RGB Variations
Color information
#3B7CDB (or 0x3B7CDB) is known color: Royal Blue. HEX triplet: 3B, 7C and DB. RGB value is (59,124,219). Sum of RGB (Red+Green+Blue) = 59+124+219=402 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.68% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B7CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7CDB is #C48324. Grayscale: #727272. Windows color (decimal): -12878629 or 14384187. OLE color: 14384187.
HSL color Cylindrical-coordinate representation of color #3B7CDB: hue angle of 215.62º 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 #3B7CDB is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 124 | 219 | - |
| CMYK | 0.73 | 0.43 | 0 | 0.14 |
| HSL | 215.63º | 0.69% | 0.55% | - |
| HSV(B) | 215.63º | 0.73% | 0.86% | - |
| XYZ | 21.8 | 20.46 | 69.82 | - |
| YUV | 115.4 | 186.47 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 124 | 219 | 0.73 | 0.43 | 0 | 0.14 | 215.63 | 0.69 | 0.55 |
| Hex | 3B | 7C | DB | 49 | 2B | 0 | E | D8 | 45 | 37 |
| Octal | 73 | 174 | 333 | 111 | 53 | 0 | 16 | 330 | 105 | 67 |
| Binary | 111011 | 1111100 | 11011011 | 1001001 | 101011 | 0 | 1110 | 11011000 | 1000101 | 110111 |
Color Harmonies of #3B7CDB
Complementary color
Monochromatic Colors of #3B7CDB
Black with #3B7CDB
Text Example
Text Example
White with #3B7CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7CDB; }
p { color: rgb(59,124,219); }
H1.HeaderClassName
{
color: #3B7CDB;
}
.AnyTagClassName
{
color: #3B7CDB;
}
</style>
background-color css
<style>
a { background-color: #3B7CDB; }
a { background-color: rgb(59,124,219); }
div.DivClassName
{
background-color: #3B7CDB;
}
.BgClassName
{
background-color: #3B7CDB;
}
</style>
border-color css
<style>
span { border-color: #3B7CDB; }
span { border-color: rgb(59,124,219); }
td.TdClassName
{
border-color: #3B7CDB;
}
.TagClassName
{
border-color: #3B7CDB;
}
</style>