Shades of Royal Blue #3B84DB
Tints of Royal Blue #3B84DB
RGB
CMYK
RGB Variations
Color information
#3B84DB (or 0x3B84DB) is known color: Royal Blue. HEX triplet: 3B, 84 and DB. RGB value is (59,132,219). Sum of RGB (Red+Green+Blue) = 59+132+219=410 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.39% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B84DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B84DB is #C47B24. Grayscale: #777777. Windows color (decimal): -12876581 or 14386235. OLE color: 14386235.
HSL color Cylindrical-coordinate representation of color #3B84DB: hue angle of 212.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 #3B84DB is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 132 | 219 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.14 |
| HSL | 212.63º | 0.69% | 0.55% | - |
| HSV(B) | 212.63º | 0.73% | 0.86% | - |
| XYZ | 22.84 | 22.55 | 70.17 | - |
| YUV | 120.09 | 183.82 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 132 | 219 | 0.73 | 0.40 | 0 | 0.14 | 212.63 | 0.69 | 0.55 |
| Hex | 3B | 84 | DB | 49 | 28 | 0 | E | D5 | 45 | 37 |
| Octal | 73 | 204 | 333 | 111 | 50 | 0 | 16 | 325 | 105 | 67 |
| Binary | 111011 | 10000100 | 11011011 | 1001001 | 101000 | 0 | 1110 | 11010101 | 1000101 | 110111 |
Color Harmonies of #3B84DB
Complementary color
Monochromatic Colors of #3B84DB
Black with #3B84DB
Text Example
Text Example
White with #3B84DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B84DB; }
p { color: rgb(59,132,219); }
H1.HeaderClassName
{
color: #3B84DB;
}
.AnyTagClassName
{
color: #3B84DB;
}
</style>
background-color css
<style>
a { background-color: #3B84DB; }
a { background-color: rgb(59,132,219); }
div.DivClassName
{
background-color: #3B84DB;
}
.BgClassName
{
background-color: #3B84DB;
}
</style>
border-color css
<style>
span { border-color: #3B84DB; }
span { border-color: rgb(59,132,219); }
td.TdClassName
{
border-color: #3B84DB;
}
.TagClassName
{
border-color: #3B84DB;
}
</style>