Shades of Royal Blue #3E6DCD
Tints of Royal Blue #3E6DCD
RGB
CMYK
RGB Variations
Color information
#3E6DCD (or 0x3E6DCD) is known color: Royal Blue. HEX triplet: 3E, 6D and CD. RGB value is (62,109,205). Sum of RGB (Red+Green+Blue) = 62+109+205=376 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.49% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #3E6DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E6DCD is #C19232. Grayscale: #696969. Windows color (decimal): -12685875 or 13462846. OLE color: 13462846.
HSL color Cylindrical-coordinate representation of color #3E6DCD: hue angle of 220.28º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E6DCD is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 109 | 205 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.20 |
| HSL | 220.28º | 0.59% | 0.52% | - |
| HSV(B) | 220.28º | 0.7% | 0.8% | - |
| XYZ | 18.47 | 16.37 | 59.94 | - |
| YUV | 105.89 | 183.93 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 109 | 205 | 0.70 | 0.47 | 0 | 0.20 | 220.28 | 0.59 | 0.52 |
| Hex | 3E | 6D | CD | 46 | 2F | 0 | 14 | DC | 3B | 34 |
| Octal | 76 | 155 | 315 | 106 | 57 | 0 | 24 | 334 | 73 | 64 |
| Binary | 111110 | 1101101 | 11001101 | 1000110 | 101111 | 0 | 10100 | 11011100 | 111011 | 110100 |
Color Harmonies of #3E6DCD
Complementary color
Monochromatic Colors of #3E6DCD
Black with #3E6DCD
Text Example
Text Example
White with #3E6DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6DCD; }
p { color: rgb(62,109,205); }
H1.HeaderClassName
{
color: #3E6DCD;
}
.AnyTagClassName
{
color: #3E6DCD;
}
</style>
background-color css
<style>
a { background-color: #3E6DCD; }
a { background-color: rgb(62,109,205); }
div.DivClassName
{
background-color: #3E6DCD;
}
.BgClassName
{
background-color: #3E6DCD;
}
</style>
border-color css
<style>
span { border-color: #3E6DCD; }
span { border-color: rgb(62,109,205); }
td.TdClassName
{
border-color: #3E6DCD;
}
.TagClassName
{
border-color: #3E6DCD;
}
</style>