Shades of Royal Blue #3C6FDF
Tints of Royal Blue #3C6FDF
RGB
CMYK
RGB Variations
Color information
#3C6FDF (or 0x3C6FDF) is known color: Royal Blue. HEX triplet: 3C, 6F and DF. RGB value is (60,111,223). Sum of RGB (Red+Green+Blue) = 60+111+223=394 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.23% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #3C6FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6FDF is #C39020. Grayscale: #6C6C6C. Windows color (decimal): -12816417 or 14643004. OLE color: 14643004.
HSL color Cylindrical-coordinate representation of color #3C6FDF: hue angle of 221.23º 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 #3C6FDF is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 111 | 223 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.13 |
| HSL | 221.23º | 0.72% | 0.55% | - |
| HSV(B) | 221.23º | 0.73% | 0.87% | - |
| XYZ | 20.87 | 17.66 | 72.12 | - |
| YUV | 108.52 | 192.6 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 111 | 223 | 0.73 | 0.50 | 0 | 0.13 | 221.23 | 0.72 | 0.55 |
| Hex | 3C | 6F | DF | 49 | 32 | 0 | D | DD | 48 | 37 |
| Octal | 74 | 157 | 337 | 111 | 62 | 0 | 15 | 335 | 110 | 67 |
| Binary | 111100 | 1101111 | 11011111 | 1001001 | 110010 | 0 | 1101 | 11011101 | 1001000 | 110111 |
Color Harmonies of #3C6FDF
Complementary color
Monochromatic Colors of #3C6FDF
Black with #3C6FDF
Text Example
Text Example
White with #3C6FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6FDF; }
p { color: rgb(60,111,223); }
H1.HeaderClassName
{
color: #3C6FDF;
}
.AnyTagClassName
{
color: #3C6FDF;
}
</style>
background-color css
<style>
a { background-color: #3C6FDF; }
a { background-color: rgb(60,111,223); }
div.DivClassName
{
background-color: #3C6FDF;
}
.BgClassName
{
background-color: #3C6FDF;
}
</style>
border-color css
<style>
span { border-color: #3C6FDF; }
span { border-color: rgb(60,111,223); }
td.TdClassName
{
border-color: #3C6FDF;
}
.TagClassName
{
border-color: #3C6FDF;
}
</style>