Shades of Royal Blue #3C6DEF
Tints of Royal Blue #3C6DEF
RGB
CMYK
RGB Variations
Color information
#3C6DEF (or 0x3C6DEF) is known color: Royal Blue. HEX triplet: 3C, 6D and EF. RGB value is (60,109,239). Sum of RGB (Red+Green+Blue) = 60+109+239=408 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.71% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 239 (93.75% from 255 or 58.58% from 408); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C6DEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C6DEF is #C39210. Grayscale: #6C6C6C. Windows color (decimal): -12816913 or 15691068. OLE color: 15691068.
HSL color Cylindrical-coordinate representation of color #3C6DEF: hue angle of 223.58º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C6DEF is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 109 | 239 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.06 |
| HSL | 223.58º | 0.85% | 0.59% | - |
| HSV(B) | 223.58º | 0.75% | 0.94% | - |
| XYZ | 22.91 | 18.13 | 83.95 | - |
| YUV | 109.17 | 201.27 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 109 | 239 | 0.75 | 0.54 | 0 | 0.06 | 223.58 | 0.85 | 0.59 |
| Hex | 3C | 6D | EF | 4B | 36 | 0 | 6 | E0 | 55 | 3B |
| Octal | 74 | 155 | 357 | 113 | 66 | 0 | 6 | 340 | 125 | 73 |
| Binary | 111100 | 1101101 | 11101111 | 1001011 | 110110 | 0 | 110 | 11100000 | 1010101 | 111011 |
Color Harmonies of #3C6DEF
Complementary color
Monochromatic Colors of #3C6DEF
Black with #3C6DEF
Text Example
Text Example
White with #3C6DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6DEF; }
p { color: rgb(60,109,239); }
H1.HeaderClassName
{
color: #3C6DEF;
}
.AnyTagClassName
{
color: #3C6DEF;
}
</style>
background-color css
<style>
a { background-color: #3C6DEF; }
a { background-color: rgb(60,109,239); }
div.DivClassName
{
background-color: #3C6DEF;
}
.BgClassName
{
background-color: #3C6DEF;
}
</style>
border-color css
<style>
span { border-color: #3C6DEF; }
span { border-color: rgb(60,109,239); }
td.TdClassName
{
border-color: #3C6DEF;
}
.TagClassName
{
border-color: #3C6DEF;
}
</style>