Shades of Royal Blue #3C7AD5
Tints of Royal Blue #3C7AD5
RGB
CMYK
RGB Variations
Color information
#3C7AD5 (or 0x3C7AD5) is known color: Royal Blue. HEX triplet: 3C, 7A and D5. RGB value is (60,122,213). Sum of RGB (Red+Green+Blue) = 60+122+213=395 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.19% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 213 (83.59% from 255 or 53.92% from 395); Max value from RGB is 213 - color contains mainly: blue. Hex color #3C7AD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7AD5 is #C3852A. Grayscale: #717171. Windows color (decimal): -12813611 or 13990460. OLE color: 13990460.
HSL color Cylindrical-coordinate representation of color #3C7AD5: hue angle of 215.69º degrees, saturation: 0.65, 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 #3C7AD5 is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 60 | 122 | 213 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.16 |
| HSL | 215.69º | 0.65% | 0.54% | - |
| HSV(B) | 215.69º | 0.72% | 0.84% | - |
| XYZ | 20.83 | 19.68 | 65.65 | - |
| YUV | 113.84 | 183.96 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 122 | 213 | 0.72 | 0.43 | 0 | 0.16 | 215.69 | 0.65 | 0.54 |
| Hex | 3C | 7A | D5 | 48 | 2B | 0 | 10 | D8 | 41 | 36 |
| Octal | 74 | 172 | 325 | 110 | 53 | 0 | 20 | 330 | 101 | 66 |
| Binary | 111100 | 1111010 | 11010101 | 1001000 | 101011 | 0 | 10000 | 11011000 | 1000001 | 110110 |
Color Harmonies of #3C7AD5
Complementary color
Monochromatic Colors of #3C7AD5
Black with #3C7AD5
Text Example
Text Example
White with #3C7AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7AD5; }
p { color: rgb(60,122,213); }
H1.HeaderClassName
{
color: #3C7AD5;
}
.AnyTagClassName
{
color: #3C7AD5;
}
</style>
background-color css
<style>
a { background-color: #3C7AD5; }
a { background-color: rgb(60,122,213); }
div.DivClassName
{
background-color: #3C7AD5;
}
.BgClassName
{
background-color: #3C7AD5;
}
</style>
border-color css
<style>
span { border-color: #3C7AD5; }
span { border-color: rgb(60,122,213); }
td.TdClassName
{
border-color: #3C7AD5;
}
.TagClassName
{
border-color: #3C7AD5;
}
</style>