Shades of Royal Blue #3C63DC
Tints of Royal Blue #3C63DC
RGB
CMYK
RGB Variations
Color information
#3C63DC (or 0x3C63DC) is known color: Royal Blue. HEX triplet: 3C, 63 and DC. RGB value is (60,99,220). Sum of RGB (Red+Green+Blue) = 60+99+220=379 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.83% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C63DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C63DC is #C39C23. Grayscale: #646464. Windows color (decimal): -12819492 or 14443324. OLE color: 14443324.
HSL color Cylindrical-coordinate representation of color #3C63DC: hue angle of 225.38º 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 #3C63DC is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 99 | 220 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.14 |
| HSL | 225.38º | 0.7% | 0.55% | - |
| HSV(B) | 225.38º | 0.73% | 0.86% | - |
| XYZ | 19.24 | 15.05 | 69.6 | - |
| YUV | 101.13 | 195.08 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 99 | 220 | 0.73 | 0.55 | 0 | 0.14 | 225.38 | 0.7 | 0.55 |
| Hex | 3C | 63 | DC | 49 | 37 | 0 | E | E1 | 46 | 37 |
| Octal | 74 | 143 | 334 | 111 | 67 | 0 | 16 | 341 | 106 | 67 |
| Binary | 111100 | 1100011 | 11011100 | 1001001 | 110111 | 0 | 1110 | 11100001 | 1000110 | 110111 |
Color Harmonies of #3C63DC
Complementary color
Monochromatic Colors of #3C63DC
Black with #3C63DC
Text Example
Text Example
White with #3C63DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C63DC; }
p { color: rgb(60,99,220); }
H1.HeaderClassName
{
color: #3C63DC;
}
.AnyTagClassName
{
color: #3C63DC;
}
</style>
background-color css
<style>
a { background-color: #3C63DC; }
a { background-color: rgb(60,99,220); }
div.DivClassName
{
background-color: #3C63DC;
}
.BgClassName
{
background-color: #3C63DC;
}
</style>
border-color css
<style>
span { border-color: #3C63DC; }
span { border-color: rgb(60,99,220); }
td.TdClassName
{
border-color: #3C63DC;
}
.TagClassName
{
border-color: #3C63DC;
}
</style>