Shades of Royal Blue #3D84DB
Tints of Royal Blue #3D84DB
RGB
CMYK
RGB Variations
Color information
#3D84DB (or 0x3D84DB) is known color: Royal Blue. HEX triplet: 3D, 84 and DB. RGB value is (61,132,219). Sum of RGB (Red+Green+Blue) = 61+132+219=412 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.81% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D84DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D84DB is #C27B24. Grayscale: #787878. Windows color (decimal): -12745509 or 14386237. OLE color: 14386237.
HSL color Cylindrical-coordinate representation of color #3D84DB: hue angle of 213.04º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D84DB is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 132 | 219 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.14 |
| HSL | 213.04º | 0.69% | 0.55% | - |
| HSV(B) | 213.04º | 0.72% | 0.86% | - |
| XYZ | 22.96 | 22.61 | 70.17 | - |
| YUV | 120.69 | 183.48 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 132 | 219 | 0.72 | 0.40 | 0 | 0.14 | 213.04 | 0.69 | 0.55 |
| Hex | 3D | 84 | DB | 48 | 28 | 0 | E | D5 | 45 | 37 |
| Octal | 75 | 204 | 333 | 110 | 50 | 0 | 16 | 325 | 105 | 67 |
| Binary | 111101 | 10000100 | 11011011 | 1001000 | 101000 | 0 | 1110 | 11010101 | 1000101 | 110111 |
Color Harmonies of #3D84DB
Complementary color
Monochromatic Colors of #3D84DB
Black with #3D84DB
Text Example
Text Example
White with #3D84DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D84DB; }
p { color: rgb(61,132,219); }
H1.HeaderClassName
{
color: #3D84DB;
}
.AnyTagClassName
{
color: #3D84DB;
}
</style>
background-color css
<style>
a { background-color: #3D84DB; }
a { background-color: rgb(61,132,219); }
div.DivClassName
{
background-color: #3D84DB;
}
.BgClassName
{
background-color: #3D84DB;
}
</style>
border-color css
<style>
span { border-color: #3D84DB; }
span { border-color: rgb(61,132,219); }
td.TdClassName
{
border-color: #3D84DB;
}
.TagClassName
{
border-color: #3D84DB;
}
</style>