Shades of Royal Blue #3C6EDF
Tints of Royal Blue #3C6EDF
RGB
CMYK
RGB Variations
Color information
#3C6EDF (or 0x3C6EDF) is known color: Royal Blue. HEX triplet: 3C, 6E and DF. RGB value is (60,110,223). Sum of RGB (Red+Green+Blue) = 60+110+223=393 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.27% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #3C6EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6EDF is #C39120. Grayscale: #6B6B6B. Windows color (decimal): -12816673 or 14642748. OLE color: 14642748.
HSL color Cylindrical-coordinate representation of color #3C6EDF: hue angle of 221.6º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C6EDF is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 110 | 223 | - |
| CMYK | 0.73 | 0.51 | 0 | 0.13 |
| HSL | 221.6º | 0.72% | 0.55% | - |
| HSV(B) | 221.6º | 0.73% | 0.87% | - |
| XYZ | 20.76 | 17.44 | 72.08 | - |
| YUV | 107.93 | 192.94 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 110 | 223 | 0.73 | 0.51 | 0 | 0.13 | 221.6 | 0.72 | 0.55 |
| Hex | 3C | 6E | DF | 49 | 33 | 0 | D | DE | 48 | 37 |
| Octal | 74 | 156 | 337 | 111 | 63 | 0 | 15 | 336 | 110 | 67 |
| Binary | 111100 | 1101110 | 11011111 | 1001001 | 110011 | 0 | 1101 | 11011110 | 1001000 | 110111 |
Color Harmonies of #3C6EDF
Complementary color
Monochromatic Colors of #3C6EDF
Black with #3C6EDF
Text Example
Text Example
White with #3C6EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6EDF; }
p { color: rgb(60,110,223); }
H1.HeaderClassName
{
color: #3C6EDF;
}
.AnyTagClassName
{
color: #3C6EDF;
}
</style>
background-color css
<style>
a { background-color: #3C6EDF; }
a { background-color: rgb(60,110,223); }
div.DivClassName
{
background-color: #3C6EDF;
}
.BgClassName
{
background-color: #3C6EDF;
}
</style>
border-color css
<style>
span { border-color: #3C6EDF; }
span { border-color: rgb(60,110,223); }
td.TdClassName
{
border-color: #3C6EDF;
}
.TagClassName
{
border-color: #3C6EDF;
}
</style>