Shades of Royal Blue #3C56DD
Tints of Royal Blue #3C56DD
RGB
CMYK
RGB Variations
Color information
#3C56DD (or 0x3C56DD) is known color: Royal Blue. HEX triplet: 3C, 56 and DD. RGB value is (60,86,221). Sum of RGB (Red+Green+Blue) = 60+86+221=367 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.35% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C56DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C56DD is #C3A922. Grayscale: #5D5D5D. Windows color (decimal): -12822819 or 14505532. OLE color: 14505532.
HSL color Cylindrical-coordinate representation of color #3C56DD: hue angle of 230.31º 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 #3C56DD is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 86 | 221 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.13 |
| HSL | 230.31º | 0.7% | 0.55% | - |
| HSV(B) | 230.31º | 0.73% | 0.87% | - |
| XYZ | 18.24 | 12.84 | 69.92 | - |
| YUV | 93.62 | 199.89 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 86 | 221 | 0.73 | 0.61 | 0 | 0.13 | 230.31 | 0.7 | 0.55 |
| Hex | 3C | 56 | DD | 49 | 3D | 0 | D | E6 | 46 | 37 |
| Octal | 74 | 126 | 335 | 111 | 75 | 0 | 15 | 346 | 106 | 67 |
| Binary | 111100 | 1010110 | 11011101 | 1001001 | 111101 | 0 | 1101 | 11100110 | 1000110 | 110111 |
Color Harmonies of #3C56DD
Complementary color
Monochromatic Colors of #3C56DD
Black with #3C56DD
Text Example
Text Example
White with #3C56DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C56DD; }
p { color: rgb(60,86,221); }
H1.HeaderClassName
{
color: #3C56DD;
}
.AnyTagClassName
{
color: #3C56DD;
}
</style>
background-color css
<style>
a { background-color: #3C56DD; }
a { background-color: rgb(60,86,221); }
div.DivClassName
{
background-color: #3C56DD;
}
.BgClassName
{
background-color: #3C56DD;
}
</style>
border-color css
<style>
span { border-color: #3C56DD; }
span { border-color: rgb(60,86,221); }
td.TdClassName
{
border-color: #3C56DD;
}
.TagClassName
{
border-color: #3C56DD;
}
</style>