Shades of Royal Blue #3E7CDC
Tints of Royal Blue #3E7CDC
RGB
CMYK
RGB Variations
Color information
#3E7CDC (or 0x3E7CDC) is known color: Royal Blue. HEX triplet: 3E, 7C and DC. RGB value is (62,124,220). Sum of RGB (Red+Green+Blue) = 62+124+220=406 (53% of max value = 765). Red value is 62 (24.61% from 255 or 15.27% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #3E7CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E7CDC is #C18323. Grayscale: #737373. Windows color (decimal): -12682020 or 14449726. OLE color: 14449726.
HSL color Cylindrical-coordinate representation of color #3E7CDC: hue angle of 216.46º 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 #3E7CDC is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 124 | 220 | - |
| CMYK | 0.72 | 0.44 | 0 | 0.14 |
| HSL | 216.46º | 0.69% | 0.55% | - |
| HSV(B) | 216.46º | 0.72% | 0.86% | - |
| XYZ | 22.11 | 20.61 | 70.52 | - |
| YUV | 116.41 | 186.46 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 124 | 220 | 0.72 | 0.44 | 0 | 0.14 | 216.46 | 0.69 | 0.55 |
| Hex | 3E | 7C | DC | 48 | 2C | 0 | E | D8 | 45 | 37 |
| Octal | 76 | 174 | 334 | 110 | 54 | 0 | 16 | 330 | 105 | 67 |
| Binary | 111110 | 1111100 | 11011100 | 1001000 | 101100 | 0 | 1110 | 11011000 | 1000101 | 110111 |
Color Harmonies of #3E7CDC
Complementary color
Monochromatic Colors of #3E7CDC
Black with #3E7CDC
Text Example
Text Example
White with #3E7CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7CDC; }
p { color: rgb(62,124,220); }
H1.HeaderClassName
{
color: #3E7CDC;
}
.AnyTagClassName
{
color: #3E7CDC;
}
</style>
background-color css
<style>
a { background-color: #3E7CDC; }
a { background-color: rgb(62,124,220); }
div.DivClassName
{
background-color: #3E7CDC;
}
.BgClassName
{
background-color: #3E7CDC;
}
</style>
border-color css
<style>
span { border-color: #3E7CDC; }
span { border-color: rgb(62,124,220); }
td.TdClassName
{
border-color: #3E7CDC;
}
.TagClassName
{
border-color: #3E7CDC;
}
</style>