Shades of Royal Blue #3D6EEC
Tints of Royal Blue #3D6EEC
RGB
CMYK
RGB Variations
Color information
#3D6EEC (or 0x3D6EEC) is known color: Royal Blue. HEX triplet: 3D, 6E and EC. RGB value is (61,110,236). Sum of RGB (Red+Green+Blue) = 61+110+236=407 (53% of max value = 765). Red value is 61 (24.22% from 255 or 14.99% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 236 (92.58% from 255 or 57.99% from 407); Max value from RGB is 236 - color contains mainly: blue. Hex color #3D6EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D6EEC is #C29113. Grayscale: #6D6D6D. Windows color (decimal): -12751124 or 15494717. OLE color: 15494717.
HSL color Cylindrical-coordinate representation of color #3D6EEC: hue angle of 223.2º degrees, saturation: 0.82, 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 #3D6EEC is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 110 | 236 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.07 |
| HSL | 223.2º | 0.82% | 0.58% | - |
| HSV(B) | 223.2º | 0.74% | 0.93% | - |
| XYZ | 22.64 | 18.2 | 81.68 | - |
| YUV | 109.71 | 199.27 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 110 | 236 | 0.74 | 0.53 | 0 | 0.07 | 223.2 | 0.82 | 0.58 |
| Hex | 3D | 6E | EC | 4A | 35 | 0 | 7 | DF | 52 | 3A |
| Octal | 75 | 156 | 354 | 112 | 65 | 0 | 7 | 337 | 122 | 72 |
| Binary | 111101 | 1101110 | 11101100 | 1001010 | 110101 | 0 | 111 | 11011111 | 1010010 | 111010 |
Color Harmonies of #3D6EEC
Complementary color
Monochromatic Colors of #3D6EEC
Black with #3D6EEC
Text Example
Text Example
White with #3D6EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6EEC; }
p { color: rgb(61,110,236); }
H1.HeaderClassName
{
color: #3D6EEC;
}
.AnyTagClassName
{
color: #3D6EEC;
}
</style>
background-color css
<style>
a { background-color: #3D6EEC; }
a { background-color: rgb(61,110,236); }
div.DivClassName
{
background-color: #3D6EEC;
}
.BgClassName
{
background-color: #3D6EEC;
}
</style>
border-color css
<style>
span { border-color: #3D6EEC; }
span { border-color: rgb(61,110,236); }
td.TdClassName
{
border-color: #3D6EEC;
}
.TagClassName
{
border-color: #3D6EEC;
}
</style>