Shades of Royal Blue #3B7FDB
Tints of Royal Blue #3B7FDB
RGB
CMYK
RGB Variations
Color information
#3B7FDB (or 0x3B7FDB) is known color: Royal Blue. HEX triplet: 3B, 7F and DB. RGB value is (59,127,219). Sum of RGB (Red+Green+Blue) = 59+127+219=405 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.57% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B7FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7FDB is #C48024. Grayscale: #747474. Windows color (decimal): -12877861 or 14384955. OLE color: 14384955.
HSL color Cylindrical-coordinate representation of color #3B7FDB: hue angle of 214.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 #3B7FDB is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 127 | 219 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.14 |
| HSL | 214.5º | 0.69% | 0.55% | - |
| HSV(B) | 214.5º | 0.73% | 0.86% | - |
| XYZ | 22.18 | 21.22 | 69.95 | - |
| YUV | 117.16 | 185.47 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 127 | 219 | 0.73 | 0.42 | 0 | 0.14 | 214.5 | 0.69 | 0.55 |
| Hex | 3B | 7F | DB | 49 | 2A | 0 | E | D6 | 45 | 37 |
| Octal | 73 | 177 | 333 | 111 | 52 | 0 | 16 | 326 | 105 | 67 |
| Binary | 111011 | 1111111 | 11011011 | 1001001 | 101010 | 0 | 1110 | 11010110 | 1000101 | 110111 |
Color Harmonies of #3B7FDB
Complementary color
Monochromatic Colors of #3B7FDB
Black with #3B7FDB
Text Example
Text Example
White with #3B7FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7FDB; }
p { color: rgb(59,127,219); }
H1.HeaderClassName
{
color: #3B7FDB;
}
.AnyTagClassName
{
color: #3B7FDB;
}
</style>
background-color css
<style>
a { background-color: #3B7FDB; }
a { background-color: rgb(59,127,219); }
div.DivClassName
{
background-color: #3B7FDB;
}
.BgClassName
{
background-color: #3B7FDB;
}
</style>
border-color css
<style>
span { border-color: #3B7FDB; }
span { border-color: rgb(59,127,219); }
td.TdClassName
{
border-color: #3B7FDB;
}
.TagClassName
{
border-color: #3B7FDB;
}
</style>