Shades of Royal Blue #3D6FDB
Tints of Royal Blue #3D6FDB
RGB
CMYK
RGB Variations
Color information
#3D6FDB (or 0x3D6FDB) is known color: Royal Blue. HEX triplet: 3D, 6F and DB. RGB value is (61,111,219). Sum of RGB (Red+Green+Blue) = 61+111+219=391 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.60% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D6FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6FDB is #C29024. Grayscale: #6B6B6B. Windows color (decimal): -12750885 or 14380861. OLE color: 14380861.
HSL color Cylindrical-coordinate representation of color #3D6FDB: hue angle of 221.01º 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 #3D6FDB is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 111 | 219 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.14 |
| HSL | 221.01º | 0.69% | 0.55% | - |
| HSV(B) | 221.01º | 0.72% | 0.86% | - |
| XYZ | 20.4 | 17.48 | 69.32 | - |
| YUV | 108.36 | 190.44 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 111 | 219 | 0.72 | 0.49 | 0 | 0.14 | 221.01 | 0.69 | 0.55 |
| Hex | 3D | 6F | DB | 48 | 31 | 0 | E | DD | 45 | 37 |
| Octal | 75 | 157 | 333 | 110 | 61 | 0 | 16 | 335 | 105 | 67 |
| Binary | 111101 | 1101111 | 11011011 | 1001000 | 110001 | 0 | 1110 | 11011101 | 1000101 | 110111 |
Color Harmonies of #3D6FDB
Complementary color
Monochromatic Colors of #3D6FDB
Black with #3D6FDB
Text Example
Text Example
White with #3D6FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6FDB; }
p { color: rgb(61,111,219); }
H1.HeaderClassName
{
color: #3D6FDB;
}
.AnyTagClassName
{
color: #3D6FDB;
}
</style>
background-color css
<style>
a { background-color: #3D6FDB; }
a { background-color: rgb(61,111,219); }
div.DivClassName
{
background-color: #3D6FDB;
}
.BgClassName
{
background-color: #3D6FDB;
}
</style>
border-color css
<style>
span { border-color: #3D6FDB; }
span { border-color: rgb(61,111,219); }
td.TdClassName
{
border-color: #3D6FDB;
}
.TagClassName
{
border-color: #3D6FDB;
}
</style>