Shades of Royal Blue #3C74D6
Tints of Royal Blue #3C74D6
RGB
CMYK
RGB Variations
Color information
#3C74D6 (or 0x3C74D6) is known color: Royal Blue. HEX triplet: 3C, 74 and D6. RGB value is (60,116,214). Sum of RGB (Red+Green+Blue) = 60+116+214=390 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.38% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 214 (83.98% from 255 or 54.87% from 390); Max value from RGB is 214 - color contains mainly: blue. Hex color #3C74D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C74D6 is #C38B29. Grayscale: #6D6D6D. Windows color (decimal): -12815146 or 14054460. OLE color: 14054460.
HSL color Cylindrical-coordinate representation of color #3C74D6: hue angle of 218.18º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C74D6 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 60 | 116 | 214 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.16 |
| HSL | 218.18º | 0.65% | 0.54% | - |
| HSV(B) | 218.18º | 0.72% | 0.84% | - |
| XYZ | 20.25 | 18.31 | 66.08 | - |
| YUV | 110.43 | 186.45 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 116 | 214 | 0.72 | 0.46 | 0 | 0.16 | 218.18 | 0.65 | 0.54 |
| Hex | 3C | 74 | D6 | 48 | 2E | 0 | 10 | DA | 41 | 36 |
| Octal | 74 | 164 | 326 | 110 | 56 | 0 | 20 | 332 | 101 | 66 |
| Binary | 111100 | 1110100 | 11010110 | 1001000 | 101110 | 0 | 10000 | 11011010 | 1000001 | 110110 |
Color Harmonies of #3C74D6
Complementary color
Monochromatic Colors of #3C74D6
Black with #3C74D6
Text Example
Text Example
White with #3C74D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C74D6; }
p { color: rgb(60,116,214); }
H1.HeaderClassName
{
color: #3C74D6;
}
.AnyTagClassName
{
color: #3C74D6;
}
</style>
background-color css
<style>
a { background-color: #3C74D6; }
a { background-color: rgb(60,116,214); }
div.DivClassName
{
background-color: #3C74D6;
}
.BgClassName
{
background-color: #3C74D6;
}
</style>
border-color css
<style>
span { border-color: #3C74D6; }
span { border-color: rgb(60,116,214); }
td.TdClassName
{
border-color: #3C74D6;
}
.TagClassName
{
border-color: #3C74D6;
}
</style>