Shades of Royal Blue #3C7ADE
Tints of Royal Blue #3C7ADE
RGB
CMYK
RGB Variations
Color information
#3C7ADE (or 0x3C7ADE) is known color: Royal Blue. HEX triplet: 3C, 7A and DE. RGB value is (60,122,222). Sum of RGB (Red+Green+Blue) = 60+122+222=404 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.85% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 222 (87.11% from 255 or 54.95% from 404); Max value from RGB is 222 - color contains mainly: blue. Hex color #3C7ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7ADE is #C38521. Grayscale: #727272. Windows color (decimal): -12813602 or 14580284. OLE color: 14580284.
HSL color Cylindrical-coordinate representation of color #3C7ADE: hue angle of 217.04º 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 #3C7ADE is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 122 | 222 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.13 |
| HSL | 217.04º | 0.71% | 0.55% | - |
| HSV(B) | 217.04º | 0.73% | 0.87% | - |
| XYZ | 22.01 | 20.15 | 71.84 | - |
| YUV | 114.86 | 188.46 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 122 | 222 | 0.73 | 0.45 | 0 | 0.13 | 217.04 | 0.71 | 0.55 |
| Hex | 3C | 7A | DE | 49 | 2D | 0 | D | D9 | 47 | 37 |
| Octal | 74 | 172 | 336 | 111 | 55 | 0 | 15 | 331 | 107 | 67 |
| Binary | 111100 | 1111010 | 11011110 | 1001001 | 101101 | 0 | 1101 | 11011001 | 1000111 | 110111 |
Color Harmonies of #3C7ADE
Complementary color
Monochromatic Colors of #3C7ADE
Black with #3C7ADE
Text Example
Text Example
White with #3C7ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7ADE; }
p { color: rgb(60,122,222); }
H1.HeaderClassName
{
color: #3C7ADE;
}
.AnyTagClassName
{
color: #3C7ADE;
}
</style>
background-color css
<style>
a { background-color: #3C7ADE; }
a { background-color: rgb(60,122,222); }
div.DivClassName
{
background-color: #3C7ADE;
}
.BgClassName
{
background-color: #3C7ADE;
}
</style>
border-color css
<style>
span { border-color: #3C7ADE; }
span { border-color: rgb(60,122,222); }
td.TdClassName
{
border-color: #3C7ADE;
}
.TagClassName
{
border-color: #3C7ADE;
}
</style>