Shades of Royal Blue #3E6DDA
Tints of Royal Blue #3E6DDA
RGB
CMYK
RGB Variations
Color information
#3E6DDA (or 0x3E6DDA) is known color: Royal Blue. HEX triplet: 3E, 6D and DA. RGB value is (62,109,218). Sum of RGB (Red+Green+Blue) = 62+109+218=389 (51% of max value = 765). Red value is 62 (24.61% from 255 or 15.94% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #3E6DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E6DDA is #C19225. Grayscale: #6A6A6A. Windows color (decimal): -12685862 or 14314814. OLE color: 14314814.
HSL color Cylindrical-coordinate representation of color #3E6DDA: hue angle of 221.92º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E6DDA is Cyan = 0.72, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 109 | 218 | - |
| CMYK | 0.72 | 0.5 | 0 | 0.15 |
| HSL | 221.92º | 0.68% | 0.55% | - |
| HSV(B) | 221.92º | 0.72% | 0.85% | - |
| XYZ | 20.11 | 17.02 | 68.56 | - |
| YUV | 107.37 | 190.43 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 109 | 218 | 0.72 | 0.5 | 0 | 0.15 | 221.92 | 0.68 | 0.55 |
| Hex | 3E | 6D | DA | 48 | 32 | 0 | F | DE | 44 | 37 |
| Octal | 76 | 155 | 332 | 110 | 62 | 0 | 17 | 336 | 104 | 67 |
| Binary | 111110 | 1101101 | 11011010 | 1001000 | 110010 | 0 | 1111 | 11011110 | 1000100 | 110111 |
Color Harmonies of #3E6DDA
Complementary color
Monochromatic Colors of #3E6DDA
Black with #3E6DDA
Text Example
Text Example
White with #3E6DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6DDA; }
p { color: rgb(62,109,218); }
H1.HeaderClassName
{
color: #3E6DDA;
}
.AnyTagClassName
{
color: #3E6DDA;
}
</style>
background-color css
<style>
a { background-color: #3E6DDA; }
a { background-color: rgb(62,109,218); }
div.DivClassName
{
background-color: #3E6DDA;
}
.BgClassName
{
background-color: #3E6DDA;
}
</style>
border-color css
<style>
span { border-color: #3E6DDA; }
span { border-color: rgb(62,109,218); }
td.TdClassName
{
border-color: #3E6DDA;
}
.TagClassName
{
border-color: #3E6DDA;
}
</style>