Shades of Royal Blue #3C7EDE
Tints of Royal Blue #3C7EDE
RGB
CMYK
RGB Variations
Color information
#3C7EDE (or 0x3C7EDE) is known color: Royal Blue. HEX triplet: 3C, 7E and DE. RGB value is (60,126,222). Sum of RGB (Red+Green+Blue) = 60+126+222=408 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.71% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 222 (87.11% from 255 or 54.41% from 408); Max value from RGB is 222 - color contains mainly: blue. Hex color #3C7EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7EDE is #C38121. Grayscale: #747474. Windows color (decimal): -12812578 or 14581308. OLE color: 14581308.
HSL color Cylindrical-coordinate representation of color #3C7EDE: hue angle of 215.56º degrees, saturation: 0.71, 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 #3C7EDE is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 126 | 222 | - |
| CMYK | 0.73 | 0.43 | 0 | 0.13 |
| HSL | 215.56º | 0.71% | 0.55% | - |
| HSV(B) | 215.56º | 0.73% | 0.87% | - |
| XYZ | 22.51 | 21.16 | 72 | - |
| YUV | 117.21 | 187.13 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 126 | 222 | 0.73 | 0.43 | 0 | 0.13 | 215.56 | 0.71 | 0.55 |
| Hex | 3C | 7E | DE | 49 | 2B | 0 | D | D8 | 47 | 37 |
| Octal | 74 | 176 | 336 | 111 | 53 | 0 | 15 | 330 | 107 | 67 |
| Binary | 111100 | 1111110 | 11011110 | 1001001 | 101011 | 0 | 1101 | 11011000 | 1000111 | 110111 |
Color Harmonies of #3C7EDE
Complementary color
Monochromatic Colors of #3C7EDE
Black with #3C7EDE
Text Example
Text Example
White with #3C7EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7EDE; }
p { color: rgb(60,126,222); }
H1.HeaderClassName
{
color: #3C7EDE;
}
.AnyTagClassName
{
color: #3C7EDE;
}
</style>
background-color css
<style>
a { background-color: #3C7EDE; }
a { background-color: rgb(60,126,222); }
div.DivClassName
{
background-color: #3C7EDE;
}
.BgClassName
{
background-color: #3C7EDE;
}
</style>
border-color css
<style>
span { border-color: #3C7EDE; }
span { border-color: rgb(60,126,222); }
td.TdClassName
{
border-color: #3C7EDE;
}
.TagClassName
{
border-color: #3C7EDE;
}
</style>