Shades of Royal Blue #3E7ADC
Tints of Royal Blue #3E7ADC
RGB
CMYK
RGB Variations
Color information
#3E7ADC (or 0x3E7ADC) is known color: Royal Blue. HEX triplet: 3E, 7A and DC. RGB value is (62,122,220). Sum of RGB (Red+Green+Blue) = 62+122+220=404 (53% of max value = 765). Red value is 62 (24.61% from 255 or 15.35% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #3E7ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E7ADC is #C18523. Grayscale: #727272. Windows color (decimal): -12682532 or 14449214. OLE color: 14449214.
HSL color Cylindrical-coordinate representation of color #3E7ADC: hue angle of 217.22º 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 #3E7ADC is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 122 | 220 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.14 |
| HSL | 217.22º | 0.69% | 0.55% | - |
| HSV(B) | 217.22º | 0.72% | 0.86% | - |
| XYZ | 21.86 | 20.11 | 70.44 | - |
| YUV | 115.23 | 187.12 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 122 | 220 | 0.72 | 0.45 | 0 | 0.14 | 217.22 | 0.69 | 0.55 |
| Hex | 3E | 7A | DC | 48 | 2D | 0 | E | D9 | 45 | 37 |
| Octal | 76 | 172 | 334 | 110 | 55 | 0 | 16 | 331 | 105 | 67 |
| Binary | 111110 | 1111010 | 11011100 | 1001000 | 101101 | 0 | 1110 | 11011001 | 1000101 | 110111 |
Color Harmonies of #3E7ADC
Complementary color
Monochromatic Colors of #3E7ADC
Black with #3E7ADC
Text Example
Text Example
White with #3E7ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7ADC; }
p { color: rgb(62,122,220); }
H1.HeaderClassName
{
color: #3E7ADC;
}
.AnyTagClassName
{
color: #3E7ADC;
}
</style>
background-color css
<style>
a { background-color: #3E7ADC; }
a { background-color: rgb(62,122,220); }
div.DivClassName
{
background-color: #3E7ADC;
}
.BgClassName
{
background-color: #3E7ADC;
}
</style>
border-color css
<style>
span { border-color: #3E7ADC; }
span { border-color: rgb(62,122,220); }
td.TdClassName
{
border-color: #3E7ADC;
}
.TagClassName
{
border-color: #3E7ADC;
}
</style>