Shades of Royal Blue #3C62DF
Tints of Royal Blue #3C62DF
RGB
CMYK
RGB Variations
Color information
#3C62DF (or 0x3C62DF) is known color: Royal Blue. HEX triplet: 3C, 62 and DF. RGB value is (60,98,223). Sum of RGB (Red+Green+Blue) = 60+98+223=381 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.75% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #3C62DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C62DF is #C39D20. Grayscale: #646464. Windows color (decimal): -12819745 or 14639676. OLE color: 14639676.
HSL color Cylindrical-coordinate representation of color #3C62DF: hue angle of 226.01º degrees, saturation: 0.72, 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 #3C62DF is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 98 | 223 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.13 |
| HSL | 226.01º | 0.72% | 0.55% | - |
| HSV(B) | 226.01º | 0.73% | 0.87% | - |
| XYZ | 19.55 | 15.02 | 71.68 | - |
| YUV | 100.89 | 196.91 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 98 | 223 | 0.73 | 0.56 | 0 | 0.13 | 226.01 | 0.72 | 0.55 |
| Hex | 3C | 62 | DF | 49 | 38 | 0 | D | E2 | 48 | 37 |
| Octal | 74 | 142 | 337 | 111 | 70 | 0 | 15 | 342 | 110 | 67 |
| Binary | 111100 | 1100010 | 11011111 | 1001001 | 111000 | 0 | 1101 | 11100010 | 1001000 | 110111 |
Color Harmonies of #3C62DF
Complementary color
Monochromatic Colors of #3C62DF
Black with #3C62DF
Text Example
Text Example
White with #3C62DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C62DF; }
p { color: rgb(60,98,223); }
H1.HeaderClassName
{
color: #3C62DF;
}
.AnyTagClassName
{
color: #3C62DF;
}
</style>
background-color css
<style>
a { background-color: #3C62DF; }
a { background-color: rgb(60,98,223); }
div.DivClassName
{
background-color: #3C62DF;
}
.BgClassName
{
background-color: #3C62DF;
}
</style>
border-color css
<style>
span { border-color: #3C62DF; }
span { border-color: rgb(60,98,223); }
td.TdClassName
{
border-color: #3C62DF;
}
.TagClassName
{
border-color: #3C62DF;
}
</style>