Shades of Royal Blue #3D6DDB
Tints of Royal Blue #3D6DDB
RGB
CMYK
RGB Variations
Color information
#3D6DDB (or 0x3D6DDB) is known color: Royal Blue. HEX triplet: 3D, 6D and DB. RGB value is (61,109,219). Sum of RGB (Red+Green+Blue) = 61+109+219=389 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.68% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D6DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6DDB is #C29224. Grayscale: #6A6A6A. Windows color (decimal): -12751397 or 14380349. OLE color: 14380349.
HSL color Cylindrical-coordinate representation of color #3D6DDB: hue angle of 221.77º 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 #3D6DDB is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 109 | 219 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.14 |
| HSL | 221.77º | 0.69% | 0.55% | - |
| HSV(B) | 221.77º | 0.72% | 0.86% | - |
| XYZ | 20.18 | 17.04 | 69.24 | - |
| YUV | 107.19 | 191.1 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 109 | 219 | 0.72 | 0.50 | 0 | 0.14 | 221.77 | 0.69 | 0.55 |
| Hex | 3D | 6D | DB | 48 | 32 | 0 | E | DE | 45 | 37 |
| Octal | 75 | 155 | 333 | 110 | 62 | 0 | 16 | 336 | 105 | 67 |
| Binary | 111101 | 1101101 | 11011011 | 1001000 | 110010 | 0 | 1110 | 11011110 | 1000101 | 110111 |
Color Harmonies of #3D6DDB
Complementary color
Monochromatic Colors of #3D6DDB
Black with #3D6DDB
Text Example
Text Example
White with #3D6DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6DDB; }
p { color: rgb(61,109,219); }
H1.HeaderClassName
{
color: #3D6DDB;
}
.AnyTagClassName
{
color: #3D6DDB;
}
</style>
background-color css
<style>
a { background-color: #3D6DDB; }
a { background-color: rgb(61,109,219); }
div.DivClassName
{
background-color: #3D6DDB;
}
.BgClassName
{
background-color: #3D6DDB;
}
</style>
border-color css
<style>
span { border-color: #3D6DDB; }
span { border-color: rgb(61,109,219); }
td.TdClassName
{
border-color: #3D6DDB;
}
.TagClassName
{
border-color: #3D6DDB;
}
</style>