Shades of Royal Blue #3D70DB
Tints of Royal Blue #3D70DB
RGB
CMYK
RGB Variations
Color information
#3D70DB (or 0x3D70DB) is known color: Royal Blue. HEX triplet: 3D, 70 and DB. RGB value is (61,112,219). Sum of RGB (Red+Green+Blue) = 61+112+219=392 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.56% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D70DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D70DB is #C28F24. Grayscale: #6C6C6C. Windows color (decimal): -12750629 or 14381117. OLE color: 14381117.
HSL color Cylindrical-coordinate representation of color #3D70DB: hue angle of 220.63º 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 #3D70DB is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 112 | 219 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.14 |
| HSL | 220.63º | 0.69% | 0.55% | - |
| HSV(B) | 220.63º | 0.72% | 0.86% | - |
| XYZ | 20.5 | 17.69 | 69.35 | - |
| YUV | 108.95 | 190.1 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 112 | 219 | 0.72 | 0.49 | 0 | 0.14 | 220.63 | 0.69 | 0.55 |
| Hex | 3D | 70 | DB | 48 | 31 | 0 | E | DD | 45 | 37 |
| Octal | 75 | 160 | 333 | 110 | 61 | 0 | 16 | 335 | 105 | 67 |
| Binary | 111101 | 1110000 | 11011011 | 1001000 | 110001 | 0 | 1110 | 11011101 | 1000101 | 110111 |
Color Harmonies of #3D70DB
Complementary color
Monochromatic Colors of #3D70DB
Black with #3D70DB
Text Example
Text Example
White with #3D70DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D70DB; }
p { color: rgb(61,112,219); }
H1.HeaderClassName
{
color: #3D70DB;
}
.AnyTagClassName
{
color: #3D70DB;
}
</style>
background-color css
<style>
a { background-color: #3D70DB; }
a { background-color: rgb(61,112,219); }
div.DivClassName
{
background-color: #3D70DB;
}
.BgClassName
{
background-color: #3D70DB;
}
</style>
border-color css
<style>
span { border-color: #3D70DB; }
span { border-color: rgb(61,112,219); }
td.TdClassName
{
border-color: #3D70DB;
}
.TagClassName
{
border-color: #3D70DB;
}
</style>