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