Shades of Royal Blue #3C5DDD
Tints of Royal Blue #3C5DDD
RGB
CMYK
RGB Variations
Color information
#3C5DDD (or 0x3C5DDD) is known color: Royal Blue. HEX triplet: 3C, 5D and DD. RGB value is (60,93,221). Sum of RGB (Red+Green+Blue) = 60+93+221=374 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.04% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C5DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5DDD is #C3A222. Grayscale: #616161. Windows color (decimal): -12821027 or 14507324. OLE color: 14507324.
HSL color Cylindrical-coordinate representation of color #3C5DDD: hue angle of 227.7º degrees, saturation: 0.7, 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 #3C5DDD is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 93 | 221 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.13 |
| HSL | 227.7º | 0.7% | 0.55% | - |
| HSV(B) | 227.7º | 0.73% | 0.87% | - |
| XYZ | 18.83 | 14.01 | 70.12 | - |
| YUV | 97.73 | 197.57 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 93 | 221 | 0.73 | 0.58 | 0 | 0.13 | 227.7 | 0.7 | 0.55 |
| Hex | 3C | 5D | DD | 49 | 3A | 0 | D | E4 | 46 | 37 |
| Octal | 74 | 135 | 335 | 111 | 72 | 0 | 15 | 344 | 106 | 67 |
| Binary | 111100 | 1011101 | 11011101 | 1001001 | 111010 | 0 | 1101 | 11100100 | 1000110 | 110111 |
Color Harmonies of #3C5DDD
Complementary color
Monochromatic Colors of #3C5DDD
Black with #3C5DDD
Text Example
Text Example
White with #3C5DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5DDD; }
p { color: rgb(60,93,221); }
H1.HeaderClassName
{
color: #3C5DDD;
}
.AnyTagClassName
{
color: #3C5DDD;
}
</style>
background-color css
<style>
a { background-color: #3C5DDD; }
a { background-color: rgb(60,93,221); }
div.DivClassName
{
background-color: #3C5DDD;
}
.BgClassName
{
background-color: #3C5DDD;
}
</style>
border-color css
<style>
span { border-color: #3C5DDD; }
span { border-color: rgb(60,93,221); }
td.TdClassName
{
border-color: #3C5DDD;
}
.TagClassName
{
border-color: #3C5DDD;
}
</style>