Shades of Royal Blue #3C71DF
Tints of Royal Blue #3C71DF
RGB
CMYK
RGB Variations
Color information
#3C71DF (or 0x3C71DF) is known color: Royal Blue. HEX triplet: 3C, 71 and DF. RGB value is (60,113,223). Sum of RGB (Red+Green+Blue) = 60+113+223=396 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.15% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #3C71DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C71DF is #C38E20. Grayscale: #6D6D6D. Windows color (decimal): -12815905 or 14643516. OLE color: 14643516.
HSL color Cylindrical-coordinate representation of color #3C71DF: hue angle of 220.49º 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 #3C71DF is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 113 | 223 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.13 |
| HSL | 220.49º | 0.72% | 0.55% | - |
| HSV(B) | 220.49º | 0.73% | 0.87% | - |
| XYZ | 21.09 | 18.1 | 72.19 | - |
| YUV | 109.69 | 191.94 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 113 | 223 | 0.73 | 0.49 | 0 | 0.13 | 220.49 | 0.72 | 0.55 |
| Hex | 3C | 71 | DF | 49 | 31 | 0 | D | DC | 48 | 37 |
| Octal | 74 | 161 | 337 | 111 | 61 | 0 | 15 | 334 | 110 | 67 |
| Binary | 111100 | 1110001 | 11011111 | 1001001 | 110001 | 0 | 1101 | 11011100 | 1001000 | 110111 |
Color Harmonies of #3C71DF
Complementary color
Monochromatic Colors of #3C71DF
Black with #3C71DF
Text Example
Text Example
White with #3C71DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C71DF; }
p { color: rgb(60,113,223); }
H1.HeaderClassName
{
color: #3C71DF;
}
.AnyTagClassName
{
color: #3C71DF;
}
</style>
background-color css
<style>
a { background-color: #3C71DF; }
a { background-color: rgb(60,113,223); }
div.DivClassName
{
background-color: #3C71DF;
}
.BgClassName
{
background-color: #3C71DF;
}
</style>
border-color css
<style>
span { border-color: #3C71DF; }
span { border-color: rgb(60,113,223); }
td.TdClassName
{
border-color: #3C71DF;
}
.TagClassName
{
border-color: #3C71DF;
}
</style>