Shades of Royal Blue #3C7FDC
Tints of Royal Blue #3C7FDC
RGB
CMYK
RGB Variations
Color information
#3C7FDC (or 0x3C7FDC) is known color: Royal Blue. HEX triplet: 3C, 7F and DC. RGB value is (60,127,220). Sum of RGB (Red+Green+Blue) = 60+127+220=407 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.74% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C7FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7FDC is #C38023. Grayscale: #757575. Windows color (decimal): -12812324 or 14450492. OLE color: 14450492.
HSL color Cylindrical-coordinate representation of color #3C7FDC: hue angle of 214.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C7FDC is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 127 | 220 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.14 |
| HSL | 214.88º | 0.7% | 0.55% | - |
| HSV(B) | 214.88º | 0.73% | 0.86% | - |
| XYZ | 22.37 | 21.31 | 70.64 | - |
| YUV | 117.57 | 185.8 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 127 | 220 | 0.73 | 0.42 | 0 | 0.14 | 214.88 | 0.7 | 0.55 |
| Hex | 3C | 7F | DC | 49 | 2A | 0 | E | D7 | 46 | 37 |
| Octal | 74 | 177 | 334 | 111 | 52 | 0 | 16 | 327 | 106 | 67 |
| Binary | 111100 | 1111111 | 11011100 | 1001001 | 101010 | 0 | 1110 | 11010111 | 1000110 | 110111 |
Color Harmonies of #3C7FDC
Complementary color
Monochromatic Colors of #3C7FDC
Black with #3C7FDC
Text Example
Text Example
White with #3C7FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7FDC; }
p { color: rgb(60,127,220); }
H1.HeaderClassName
{
color: #3C7FDC;
}
.AnyTagClassName
{
color: #3C7FDC;
}
</style>
background-color css
<style>
a { background-color: #3C7FDC; }
a { background-color: rgb(60,127,220); }
div.DivClassName
{
background-color: #3C7FDC;
}
.BgClassName
{
background-color: #3C7FDC;
}
</style>
border-color css
<style>
span { border-color: #3C7FDC; }
span { border-color: rgb(60,127,220); }
td.TdClassName
{
border-color: #3C7FDC;
}
.TagClassName
{
border-color: #3C7FDC;
}
</style>