Shades of Royal Blue #3C60DC
Tints of Royal Blue #3C60DC
RGB
CMYK
RGB Variations
Color information
#3C60DC (or 0x3C60DC) is known color: Royal Blue. HEX triplet: 3C, 60 and DC. RGB value is (60,96,220). Sum of RGB (Red+Green+Blue) = 60+96+220=376 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.96% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C60DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C60DC is #C39F23. Grayscale: #626262. Windows color (decimal): -12820260 or 14442556. OLE color: 14442556.
HSL color Cylindrical-coordinate representation of color #3C60DC: hue angle of 226.5º 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 #3C60DC is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 96 | 220 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.14 |
| HSL | 226.5º | 0.7% | 0.55% | - |
| HSV(B) | 226.5º | 0.73% | 0.86% | - |
| XYZ | 18.96 | 14.49 | 69.51 | - |
| YUV | 99.37 | 196.07 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 96 | 220 | 0.73 | 0.56 | 0 | 0.14 | 226.5 | 0.7 | 0.55 |
| Hex | 3C | 60 | DC | 49 | 38 | 0 | E | E2 | 46 | 37 |
| Octal | 74 | 140 | 334 | 111 | 70 | 0 | 16 | 342 | 106 | 67 |
| Binary | 111100 | 1100000 | 11011100 | 1001001 | 111000 | 0 | 1110 | 11100010 | 1000110 | 110111 |
Color Harmonies of #3C60DC
Complementary color
Monochromatic Colors of #3C60DC
Black with #3C60DC
Text Example
Text Example
White with #3C60DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C60DC; }
p { color: rgb(60,96,220); }
H1.HeaderClassName
{
color: #3C60DC;
}
.AnyTagClassName
{
color: #3C60DC;
}
</style>
background-color css
<style>
a { background-color: #3C60DC; }
a { background-color: rgb(60,96,220); }
div.DivClassName
{
background-color: #3C60DC;
}
.BgClassName
{
background-color: #3C60DC;
}
</style>
border-color css
<style>
span { border-color: #3C60DC; }
span { border-color: rgb(60,96,220); }
td.TdClassName
{
border-color: #3C60DC;
}
.TagClassName
{
border-color: #3C60DC;
}
</style>