Shades of Royal Blue #3C74DC
Tints of Royal Blue #3C74DC
RGB
CMYK
RGB Variations
Color information
#3C74DC (or 0x3C74DC) is known color: Royal Blue. HEX triplet: 3C, 74 and DC. RGB value is (60,116,220). Sum of RGB (Red+Green+Blue) = 60+116+220=396 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.15% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C74DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C74DC is #C38B23. Grayscale: #6E6E6E. Windows color (decimal): -12815140 or 14447676. OLE color: 14447676.
HSL color Cylindrical-coordinate representation of color #3C74DC: hue angle of 219º 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 #3C74DC is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 116 | 220 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.14 |
| HSL | 219º | 0.7% | 0.55% | - |
| HSV(B) | 219º | 0.73% | 0.86% | - |
| XYZ | 21.03 | 18.62 | 70.2 | - |
| YUV | 111.11 | 189.45 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 116 | 220 | 0.73 | 0.47 | 0 | 0.14 | 219 | 0.7 | 0.55 |
| Hex | 3C | 74 | DC | 49 | 2F | 0 | E | DB | 46 | 37 |
| Octal | 74 | 164 | 334 | 111 | 57 | 0 | 16 | 333 | 106 | 67 |
| Binary | 111100 | 1110100 | 11011100 | 1001001 | 101111 | 0 | 1110 | 11011011 | 1000110 | 110111 |
Color Harmonies of #3C74DC
Complementary color
Monochromatic Colors of #3C74DC
Black with #3C74DC
Text Example
Text Example
White with #3C74DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C74DC; }
p { color: rgb(60,116,220); }
H1.HeaderClassName
{
color: #3C74DC;
}
.AnyTagClassName
{
color: #3C74DC;
}
</style>
background-color css
<style>
a { background-color: #3C74DC; }
a { background-color: rgb(60,116,220); }
div.DivClassName
{
background-color: #3C74DC;
}
.BgClassName
{
background-color: #3C74DC;
}
</style>
border-color css
<style>
span { border-color: #3C74DC; }
span { border-color: rgb(60,116,220); }
td.TdClassName
{
border-color: #3C74DC;
}
.TagClassName
{
border-color: #3C74DC;
}
</style>