Shades of Royal Blue #3B5FDB
Tints of Royal Blue #3B5FDB
RGB
CMYK
RGB Variations
Color information
#3B5FDB (or 0x3B5FDB) is known color: Royal Blue. HEX triplet: 3B, 5F and DB. RGB value is (59,95,219). Sum of RGB (Red+Green+Blue) = 59+95+219=373 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.82% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B5FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B5FDB is #C4A024. Grayscale: #616161. Windows color (decimal): -12886053 or 14376763. OLE color: 14376763.
HSL color Cylindrical-coordinate representation of color #3B5FDB: hue angle of 226.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 #3B5FDB is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 95 | 219 | - |
| CMYK | 0.73 | 0.57 | 0 | 0.14 |
| HSL | 226.5º | 0.69% | 0.55% | - |
| HSV(B) | 226.5º | 0.73% | 0.86% | - |
| XYZ | 18.68 | 14.23 | 68.78 | - |
| YUV | 98.37 | 196.07 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 95 | 219 | 0.73 | 0.57 | 0 | 0.14 | 226.5 | 0.69 | 0.55 |
| Hex | 3B | 5F | DB | 49 | 39 | 0 | E | E2 | 45 | 37 |
| Octal | 73 | 137 | 333 | 111 | 71 | 0 | 16 | 342 | 105 | 67 |
| Binary | 111011 | 1011111 | 11011011 | 1001001 | 111001 | 0 | 1110 | 11100010 | 1000101 | 110111 |
Color Harmonies of #3B5FDB
Complementary color
Monochromatic Colors of #3B5FDB
Black with #3B5FDB
Text Example
Text Example
White with #3B5FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5FDB; }
p { color: rgb(59,95,219); }
H1.HeaderClassName
{
color: #3B5FDB;
}
.AnyTagClassName
{
color: #3B5FDB;
}
</style>
background-color css
<style>
a { background-color: #3B5FDB; }
a { background-color: rgb(59,95,219); }
div.DivClassName
{
background-color: #3B5FDB;
}
.BgClassName
{
background-color: #3B5FDB;
}
</style>
border-color css
<style>
span { border-color: #3B5FDB; }
span { border-color: rgb(59,95,219); }
td.TdClassName
{
border-color: #3B5FDB;
}
.TagClassName
{
border-color: #3B5FDB;
}
</style>