Shades of Royal Blue #3C7ADF
Tints of Royal Blue #3C7ADF
RGB
CMYK
RGB Variations
Color information
#3C7ADF (or 0x3C7ADF) is known color: Royal Blue. HEX triplet: 3C, 7A and DF. RGB value is (60,122,223). Sum of RGB (Red+Green+Blue) = 60+122+223=405 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.81% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #3C7ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7ADF is #C38520. Grayscale: #727272. Windows color (decimal): -12813601 or 14645820. OLE color: 14645820.
HSL color Cylindrical-coordinate representation of color #3C7ADF: hue angle of 217.18º degrees, saturation: 0.72, 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 #3C7ADF is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 122 | 223 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.13 |
| HSL | 217.18º | 0.72% | 0.55% | - |
| HSV(B) | 217.18º | 0.73% | 0.87% | - |
| XYZ | 22.14 | 20.21 | 72.55 | - |
| YUV | 114.98 | 188.96 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 122 | 223 | 0.73 | 0.45 | 0 | 0.13 | 217.18 | 0.72 | 0.55 |
| Hex | 3C | 7A | DF | 49 | 2D | 0 | D | D9 | 48 | 37 |
| Octal | 74 | 172 | 337 | 111 | 55 | 0 | 15 | 331 | 110 | 67 |
| Binary | 111100 | 1111010 | 11011111 | 1001001 | 101101 | 0 | 1101 | 11011001 | 1001000 | 110111 |
Color Harmonies of #3C7ADF
Complementary color
Monochromatic Colors of #3C7ADF
Black with #3C7ADF
Text Example
Text Example
White with #3C7ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7ADF; }
p { color: rgb(60,122,223); }
H1.HeaderClassName
{
color: #3C7ADF;
}
.AnyTagClassName
{
color: #3C7ADF;
}
</style>
background-color css
<style>
a { background-color: #3C7ADF; }
a { background-color: rgb(60,122,223); }
div.DivClassName
{
background-color: #3C7ADF;
}
.BgClassName
{
background-color: #3C7ADF;
}
</style>
border-color css
<style>
span { border-color: #3C7ADF; }
span { border-color: rgb(60,122,223); }
td.TdClassName
{
border-color: #3C7ADF;
}
.TagClassName
{
border-color: #3C7ADF;
}
</style>