Shades of Royal Blue #3C5DDC
Tints of Royal Blue #3C5DDC
RGB
CMYK
RGB Variations
Color information
#3C5DDC (or 0x3C5DDC) is known color: Royal Blue. HEX triplet: 3C, 5D and DC. RGB value is (60,93,220). Sum of RGB (Red+Green+Blue) = 60+93+220=373 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.09% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C5DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5DDC is #C3A223. Grayscale: #616161. Windows color (decimal): -12821028 or 14441788. OLE color: 14441788.
HSL color Cylindrical-coordinate representation of color #3C5DDC: hue angle of 227.62º 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 #3C5DDC is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 93 | 220 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.14 |
| HSL | 227.63º | 0.7% | 0.55% | - |
| HSV(B) | 227.63º | 0.73% | 0.86% | - |
| XYZ | 18.7 | 13.96 | 69.42 | - |
| YUV | 97.61 | 197.07 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 93 | 220 | 0.73 | 0.58 | 0 | 0.14 | 227.63 | 0.7 | 0.55 |
| Hex | 3C | 5D | DC | 49 | 3A | 0 | E | E4 | 46 | 37 |
| Octal | 74 | 135 | 334 | 111 | 72 | 0 | 16 | 344 | 106 | 67 |
| Binary | 111100 | 1011101 | 11011100 | 1001001 | 111010 | 0 | 1110 | 11100100 | 1000110 | 110111 |
Color Harmonies of #3C5DDC
Complementary color
Monochromatic Colors of #3C5DDC
Black with #3C5DDC
Text Example
Text Example
White with #3C5DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5DDC; }
p { color: rgb(60,93,220); }
H1.HeaderClassName
{
color: #3C5DDC;
}
.AnyTagClassName
{
color: #3C5DDC;
}
</style>
background-color css
<style>
a { background-color: #3C5DDC; }
a { background-color: rgb(60,93,220); }
div.DivClassName
{
background-color: #3C5DDC;
}
.BgClassName
{
background-color: #3C5DDC;
}
</style>
border-color css
<style>
span { border-color: #3C5DDC; }
span { border-color: rgb(60,93,220); }
td.TdClassName
{
border-color: #3C5DDC;
}
.TagClassName
{
border-color: #3C5DDC;
}
</style>