Shades of Royal Blue #3C6FD6
Tints of Royal Blue #3C6FD6
RGB
CMYK
RGB Variations
Color information
#3C6FD6 (or 0x3C6FD6) is known color: Royal Blue. HEX triplet: 3C, 6F and D6. RGB value is (60,111,214). Sum of RGB (Red+Green+Blue) = 60+111+214=385 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.58% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 214 (83.98% from 255 or 55.58% from 385); Max value from RGB is 214 - color contains mainly: blue. Hex color #3C6FD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6FD6 is #C39029. Grayscale: #6B6B6B. Windows color (decimal): -12816426 or 14053180. OLE color: 14053180.
HSL color Cylindrical-coordinate representation of color #3C6FD6: hue angle of 220.13º 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 #3C6FD6 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 60 | 111 | 214 | - |
| CMYK | 0.72 | 0.48 | 0 | 0.16 |
| HSL | 220.13º | 0.65% | 0.54% | - |
| HSV(B) | 220.13º | 0.72% | 0.84% | - |
| XYZ | 19.69 | 17.18 | 65.9 | - |
| YUV | 107.49 | 188.1 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 111 | 214 | 0.72 | 0.48 | 0 | 0.16 | 220.13 | 0.65 | 0.54 |
| Hex | 3C | 6F | D6 | 48 | 30 | 0 | 10 | DC | 41 | 36 |
| Octal | 74 | 157 | 326 | 110 | 60 | 0 | 20 | 334 | 101 | 66 |
| Binary | 111100 | 1101111 | 11010110 | 1001000 | 110000 | 0 | 10000 | 11011100 | 1000001 | 110110 |
Color Harmonies of #3C6FD6
Complementary color
Monochromatic Colors of #3C6FD6
Black with #3C6FD6
Text Example
Text Example
White with #3C6FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6FD6; }
p { color: rgb(60,111,214); }
H1.HeaderClassName
{
color: #3C6FD6;
}
.AnyTagClassName
{
color: #3C6FD6;
}
</style>
background-color css
<style>
a { background-color: #3C6FD6; }
a { background-color: rgb(60,111,214); }
div.DivClassName
{
background-color: #3C6FD6;
}
.BgClassName
{
background-color: #3C6FD6;
}
</style>
border-color css
<style>
span { border-color: #3C6FD6; }
span { border-color: rgb(60,111,214); }
td.TdClassName
{
border-color: #3C6FD6;
}
.TagClassName
{
border-color: #3C6FD6;
}
</style>