Shades of Royal Blue #3C7AD9
Tints of Royal Blue #3C7AD9
RGB
CMYK
RGB Variations
Color information
#3C7AD9 (or 0x3C7AD9) is known color: Royal Blue. HEX triplet: 3C, 7A and D9. RGB value is (60,122,217). Sum of RGB (Red+Green+Blue) = 60+122+217=399 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.04% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 217 (85.16% from 255 or 54.39% from 399); Max value from RGB is 217 - color contains mainly: blue. Hex color #3C7AD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7AD9 is #C38526. Grayscale: #717171. Windows color (decimal): -12813607 or 14252604. OLE color: 14252604.
HSL color Cylindrical-coordinate representation of color #3C7AD9: hue angle of 216.31º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C7AD9 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 122 | 217 | - |
| CMYK | 0.72 | 0.44 | 0 | 0.15 |
| HSL | 216.31º | 0.67% | 0.54% | - |
| HSV(B) | 216.31º | 0.72% | 0.85% | - |
| XYZ | 21.35 | 19.89 | 68.36 | - |
| YUV | 114.29 | 185.96 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 122 | 217 | 0.72 | 0.44 | 0 | 0.15 | 216.31 | 0.67 | 0.54 |
| Hex | 3C | 7A | D9 | 48 | 2C | 0 | F | D8 | 43 | 36 |
| Octal | 74 | 172 | 331 | 110 | 54 | 0 | 17 | 330 | 103 | 66 |
| Binary | 111100 | 1111010 | 11011001 | 1001000 | 101100 | 0 | 1111 | 11011000 | 1000011 | 110110 |
Color Harmonies of #3C7AD9
Complementary color
Monochromatic Colors of #3C7AD9
Black with #3C7AD9
Text Example
Text Example
White with #3C7AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7AD9; }
p { color: rgb(60,122,217); }
H1.HeaderClassName
{
color: #3C7AD9;
}
.AnyTagClassName
{
color: #3C7AD9;
}
</style>
background-color css
<style>
a { background-color: #3C7AD9; }
a { background-color: rgb(60,122,217); }
div.DivClassName
{
background-color: #3C7AD9;
}
.BgClassName
{
background-color: #3C7AD9;
}
</style>
border-color css
<style>
span { border-color: #3C7AD9; }
span { border-color: rgb(60,122,217); }
td.TdClassName
{
border-color: #3C7AD9;
}
.TagClassName
{
border-color: #3C7AD9;
}
</style>