Shades of Royal Blue #3C7EDD
Tints of Royal Blue #3C7EDD
RGB
CMYK
RGB Variations
Color information
#3C7EDD (or 0x3C7EDD) is known color: Royal Blue. HEX triplet: 3C, 7E and DD. RGB value is (60,126,221). Sum of RGB (Red+Green+Blue) = 60+126+221=407 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.74% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C7EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7EDD is #C38122. Grayscale: #747474. Windows color (decimal): -12812579 or 14515772. OLE color: 14515772.
HSL color Cylindrical-coordinate representation of color #3C7EDD: hue angle of 215.4º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C7EDD is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 126 | 221 | - |
| CMYK | 0.73 | 0.43 | 0 | 0.13 |
| HSL | 215.4º | 0.7% | 0.55% | - |
| HSV(B) | 215.4º | 0.73% | 0.87% | - |
| XYZ | 22.38 | 21.1 | 71.3 | - |
| YUV | 117.1 | 186.63 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 126 | 221 | 0.73 | 0.43 | 0 | 0.13 | 215.4 | 0.7 | 0.55 |
| Hex | 3C | 7E | DD | 49 | 2B | 0 | D | D7 | 46 | 37 |
| Octal | 74 | 176 | 335 | 111 | 53 | 0 | 15 | 327 | 106 | 67 |
| Binary | 111100 | 1111110 | 11011101 | 1001001 | 101011 | 0 | 1101 | 11010111 | 1000110 | 110111 |
Color Harmonies of #3C7EDD
Complementary color
Monochromatic Colors of #3C7EDD
Black with #3C7EDD
Text Example
Text Example
White with #3C7EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7EDD; }
p { color: rgb(60,126,221); }
H1.HeaderClassName
{
color: #3C7EDD;
}
.AnyTagClassName
{
color: #3C7EDD;
}
</style>
background-color css
<style>
a { background-color: #3C7EDD; }
a { background-color: rgb(60,126,221); }
div.DivClassName
{
background-color: #3C7EDD;
}
.BgClassName
{
background-color: #3C7EDD;
}
</style>
border-color css
<style>
span { border-color: #3C7EDD; }
span { border-color: rgb(60,126,221); }
td.TdClassName
{
border-color: #3C7EDD;
}
.TagClassName
{
border-color: #3C7EDD;
}
</style>