Shades of Royal Blue #3C6FDC
Tints of Royal Blue #3C6FDC
RGB
CMYK
RGB Variations
Color information
#3C6FDC (or 0x3C6FDC) is known color: Royal Blue. HEX triplet: 3C, 6F and DC. RGB value is (60,111,220). Sum of RGB (Red+Green+Blue) = 60+111+220=391 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.35% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C6FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6FDC is #C39023. Grayscale: #6B6B6B. Windows color (decimal): -12816420 or 14446396. OLE color: 14446396.
HSL color Cylindrical-coordinate representation of color #3C6FDC: hue angle of 220.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 #3C6FDC is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 111 | 220 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.14 |
| HSL | 220.88º | 0.7% | 0.55% | - |
| HSV(B) | 220.88º | 0.73% | 0.86% | - |
| XYZ | 20.47 | 17.5 | 70.01 | - |
| YUV | 108.18 | 191.1 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 111 | 220 | 0.73 | 0.50 | 0 | 0.14 | 220.88 | 0.7 | 0.55 |
| Hex | 3C | 6F | DC | 49 | 32 | 0 | E | DD | 46 | 37 |
| Octal | 74 | 157 | 334 | 111 | 62 | 0 | 16 | 335 | 106 | 67 |
| Binary | 111100 | 1101111 | 11011100 | 1001001 | 110010 | 0 | 1110 | 11011101 | 1000110 | 110111 |
Color Harmonies of #3C6FDC
Complementary color
Monochromatic Colors of #3C6FDC
Black with #3C6FDC
Text Example
Text Example
White with #3C6FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6FDC; }
p { color: rgb(60,111,220); }
H1.HeaderClassName
{
color: #3C6FDC;
}
.AnyTagClassName
{
color: #3C6FDC;
}
</style>
background-color css
<style>
a { background-color: #3C6FDC; }
a { background-color: rgb(60,111,220); }
div.DivClassName
{
background-color: #3C6FDC;
}
.BgClassName
{
background-color: #3C6FDC;
}
</style>
border-color css
<style>
span { border-color: #3C6FDC; }
span { border-color: rgb(60,111,220); }
td.TdClassName
{
border-color: #3C6FDC;
}
.TagClassName
{
border-color: #3C6FDC;
}
</style>