Shades of Royal Blue #3C64DF
Tints of Royal Blue #3C64DF
RGB
CMYK
RGB Variations
Color information
#3C64DF (or 0x3C64DF) is known color: Royal Blue. HEX triplet: 3C, 64 and DF. RGB value is (60,100,223). Sum of RGB (Red+Green+Blue) = 60+100+223=383 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.67% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #3C64DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C64DF is #C39B20. Grayscale: #656565. Windows color (decimal): -12819233 or 14640188. OLE color: 14640188.
HSL color Cylindrical-coordinate representation of color #3C64DF: hue angle of 225.28º 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 #3C64DF is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 100 | 223 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.13 |
| HSL | 225.28º | 0.72% | 0.55% | - |
| HSV(B) | 225.28º | 0.73% | 0.87% | - |
| XYZ | 19.74 | 15.4 | 71.74 | - |
| YUV | 102.06 | 196.25 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 100 | 223 | 0.73 | 0.55 | 0 | 0.13 | 225.28 | 0.72 | 0.55 |
| Hex | 3C | 64 | DF | 49 | 37 | 0 | D | E1 | 48 | 37 |
| Octal | 74 | 144 | 337 | 111 | 67 | 0 | 15 | 341 | 110 | 67 |
| Binary | 111100 | 1100100 | 11011111 | 1001001 | 110111 | 0 | 1101 | 11100001 | 1001000 | 110111 |
Color Harmonies of #3C64DF
Complementary color
Monochromatic Colors of #3C64DF
Black with #3C64DF
Text Example
Text Example
White with #3C64DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C64DF; }
p { color: rgb(60,100,223); }
H1.HeaderClassName
{
color: #3C64DF;
}
.AnyTagClassName
{
color: #3C64DF;
}
</style>
background-color css
<style>
a { background-color: #3C64DF; }
a { background-color: rgb(60,100,223); }
div.DivClassName
{
background-color: #3C64DF;
}
.BgClassName
{
background-color: #3C64DF;
}
</style>
border-color css
<style>
span { border-color: #3C64DF; }
span { border-color: rgb(60,100,223); }
td.TdClassName
{
border-color: #3C64DF;
}
.TagClassName
{
border-color: #3C64DF;
}
</style>