Shades of Royal Blue #3D6EDB
Tints of Royal Blue #3D6EDB
RGB
CMYK
RGB Variations
Color information
#3D6EDB (or 0x3D6EDB) is known color: Royal Blue. HEX triplet: 3D, 6E and DB. RGB value is (61,110,219). Sum of RGB (Red+Green+Blue) = 61+110+219=390 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.64% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D6EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6EDB is #C29124. Grayscale: #6B6B6B. Windows color (decimal): -12751141 or 14380605. OLE color: 14380605.
HSL color Cylindrical-coordinate representation of color #3D6EDB: hue angle of 221.39º 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 #3D6EDB is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 110 | 219 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.14 |
| HSL | 221.39º | 0.69% | 0.55% | - |
| HSV(B) | 221.39º | 0.72% | 0.86% | - |
| XYZ | 20.29 | 17.26 | 69.28 | - |
| YUV | 107.78 | 190.77 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 110 | 219 | 0.72 | 0.50 | 0 | 0.14 | 221.39 | 0.69 | 0.55 |
| Hex | 3D | 6E | DB | 48 | 32 | 0 | E | DD | 45 | 37 |
| Octal | 75 | 156 | 333 | 110 | 62 | 0 | 16 | 335 | 105 | 67 |
| Binary | 111101 | 1101110 | 11011011 | 1001000 | 110010 | 0 | 1110 | 11011101 | 1000101 | 110111 |
Color Harmonies of #3D6EDB
Complementary color
Monochromatic Colors of #3D6EDB
Black with #3D6EDB
Text Example
Text Example
White with #3D6EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6EDB; }
p { color: rgb(61,110,219); }
H1.HeaderClassName
{
color: #3D6EDB;
}
.AnyTagClassName
{
color: #3D6EDB;
}
</style>
background-color css
<style>
a { background-color: #3D6EDB; }
a { background-color: rgb(61,110,219); }
div.DivClassName
{
background-color: #3D6EDB;
}
.BgClassName
{
background-color: #3D6EDB;
}
</style>
border-color css
<style>
span { border-color: #3D6EDB; }
span { border-color: rgb(61,110,219); }
td.TdClassName
{
border-color: #3D6EDB;
}
.TagClassName
{
border-color: #3D6EDB;
}
</style>