Shades of Royal Blue #3D6DED
Tints of Royal Blue #3D6DED
RGB
CMYK
RGB Variations
Color information
#3D6DED (or 0x3D6DED) is known color: Royal Blue. HEX triplet: 3D, 6D and ED. RGB value is (61,109,237). Sum of RGB (Red+Green+Blue) = 61+109+237=407 (53% of max value = 765). Red value is 61 (24.22% from 255 or 14.99% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 237 (92.97% from 255 or 58.23% from 407); Max value from RGB is 237 - color contains mainly: blue. Hex color #3D6DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D6DED is #C29212. Grayscale: #6C6C6C. Windows color (decimal): -12751379 or 15559997. OLE color: 15559997.
HSL color Cylindrical-coordinate representation of color #3D6DED: hue angle of 223.64º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D6DED is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 109 | 237 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.07 |
| HSL | 223.64º | 0.83% | 0.58% | - |
| HSV(B) | 223.64º | 0.74% | 0.93% | - |
| XYZ | 22.68 | 18.04 | 82.41 | - |
| YUV | 109.24 | 200.1 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 109 | 237 | 0.74 | 0.54 | 0 | 0.07 | 223.64 | 0.83 | 0.58 |
| Hex | 3D | 6D | ED | 4A | 36 | 0 | 7 | E0 | 53 | 3A |
| Octal | 75 | 155 | 355 | 112 | 66 | 0 | 7 | 340 | 123 | 72 |
| Binary | 111101 | 1101101 | 11101101 | 1001010 | 110110 | 0 | 111 | 11100000 | 1010011 | 111010 |
Color Harmonies of #3D6DED
Complementary color
Monochromatic Colors of #3D6DED
Black with #3D6DED
Text Example
Text Example
White with #3D6DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6DED; }
p { color: rgb(61,109,237); }
H1.HeaderClassName
{
color: #3D6DED;
}
.AnyTagClassName
{
color: #3D6DED;
}
</style>
background-color css
<style>
a { background-color: #3D6DED; }
a { background-color: rgb(61,109,237); }
div.DivClassName
{
background-color: #3D6DED;
}
.BgClassName
{
background-color: #3D6DED;
}
</style>
border-color css
<style>
span { border-color: #3D6DED; }
span { border-color: rgb(61,109,237); }
td.TdClassName
{
border-color: #3D6DED;
}
.TagClassName
{
border-color: #3D6DED;
}
</style>