Shades of Royal Blue #3C7ED7
Tints of Royal Blue #3C7ED7
RGB
CMYK
RGB Variations
Color information
#3C7ED7 (or 0x3C7ED7) is known color: Royal Blue. HEX triplet: 3C, 7E and D7. RGB value is (60,126,215). Sum of RGB (Red+Green+Blue) = 60+126+215=401 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.96% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 215 (84.38% from 255 or 53.62% from 401); Max value from RGB is 215 - color contains mainly: blue. Hex color #3C7ED7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7ED7 is #C38128. Grayscale: #737373. Windows color (decimal): -12812585 or 14122556. OLE color: 14122556.
HSL color Cylindrical-coordinate representation of color #3C7ED7: hue angle of 214.45º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C7ED7 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 60 | 126 | 215 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.16 |
| HSL | 214.45º | 0.66% | 0.54% | - |
| HSV(B) | 214.45º | 0.72% | 0.84% | - |
| XYZ | 21.59 | 20.79 | 67.16 | - |
| YUV | 116.41 | 183.63 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 126 | 215 | 0.72 | 0.41 | 0 | 0.16 | 214.45 | 0.66 | 0.54 |
| Hex | 3C | 7E | D7 | 48 | 29 | 0 | 10 | D6 | 42 | 36 |
| Octal | 74 | 176 | 327 | 110 | 51 | 0 | 20 | 326 | 102 | 66 |
| Binary | 111100 | 1111110 | 11010111 | 1001000 | 101001 | 0 | 10000 | 11010110 | 1000010 | 110110 |
Color Harmonies of #3C7ED7
Complementary color
Monochromatic Colors of #3C7ED7
Black with #3C7ED7
Text Example
Text Example
White with #3C7ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7ED7; }
p { color: rgb(60,126,215); }
H1.HeaderClassName
{
color: #3C7ED7;
}
.AnyTagClassName
{
color: #3C7ED7;
}
</style>
background-color css
<style>
a { background-color: #3C7ED7; }
a { background-color: rgb(60,126,215); }
div.DivClassName
{
background-color: #3C7ED7;
}
.BgClassName
{
background-color: #3C7ED7;
}
</style>
border-color css
<style>
span { border-color: #3C7ED7; }
span { border-color: rgb(60,126,215); }
td.TdClassName
{
border-color: #3C7ED7;
}
.TagClassName
{
border-color: #3C7ED7;
}
</style>