Shades of Royal Blue #3B5CDB
Tints of Royal Blue #3B5CDB
RGB
CMYK
RGB Variations
Color information
#3B5CDB (or 0x3B5CDB) is known color: Royal Blue. HEX triplet: 3B, 5C and DB. RGB value is (59,92,219). Sum of RGB (Red+Green+Blue) = 59+92+219=370 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.95% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B5CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B5CDB is #C4A324. Grayscale: #606060. Windows color (decimal): -12886821 or 14375995. OLE color: 14375995.
HSL color Cylindrical-coordinate representation of color #3B5CDB: hue angle of 227.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 #3B5CDB is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 92 | 219 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.14 |
| HSL | 227.63º | 0.69% | 0.55% | - |
| HSV(B) | 227.63º | 0.73% | 0.86% | - |
| XYZ | 18.42 | 13.7 | 68.69 | - |
| YUV | 96.61 | 197.07 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 92 | 219 | 0.73 | 0.58 | 0 | 0.14 | 227.63 | 0.69 | 0.55 |
| Hex | 3B | 5C | DB | 49 | 3A | 0 | E | E4 | 45 | 37 |
| Octal | 73 | 134 | 333 | 111 | 72 | 0 | 16 | 344 | 105 | 67 |
| Binary | 111011 | 1011100 | 11011011 | 1001001 | 111010 | 0 | 1110 | 11100100 | 1000101 | 110111 |
Color Harmonies of #3B5CDB
Complementary color
Monochromatic Colors of #3B5CDB
Black with #3B5CDB
Text Example
Text Example
White with #3B5CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5CDB; }
p { color: rgb(59,92,219); }
H1.HeaderClassName
{
color: #3B5CDB;
}
.AnyTagClassName
{
color: #3B5CDB;
}
</style>
background-color css
<style>
a { background-color: #3B5CDB; }
a { background-color: rgb(59,92,219); }
div.DivClassName
{
background-color: #3B5CDB;
}
.BgClassName
{
background-color: #3B5CDB;
}
</style>
border-color css
<style>
span { border-color: #3B5CDB; }
span { border-color: rgb(59,92,219); }
td.TdClassName
{
border-color: #3B5CDB;
}
.TagClassName
{
border-color: #3B5CDB;
}
</style>