Shades of Royal Blue #3C64DA
Tints of Royal Blue #3C64DA
RGB
CMYK
RGB Variations
Color information
#3C64DA (or 0x3C64DA) is known color: Royal Blue. HEX triplet: 3C, 64 and DA. RGB value is (60,100,218). Sum of RGB (Red+Green+Blue) = 60+100+218=378 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.87% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C64DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C64DA is #C39B25. Grayscale: #646464. Windows color (decimal): -12819238 or 14312508. OLE color: 14312508.
HSL color Cylindrical-coordinate representation of color #3C64DA: hue angle of 224.81º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C64DA is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 100 | 218 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.15 |
| HSL | 224.81º | 0.68% | 0.55% | - |
| HSV(B) | 224.81º | 0.72% | 0.85% | - |
| XYZ | 19.08 | 15.14 | 68.25 | - |
| YUV | 101.49 | 193.75 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 100 | 218 | 0.72 | 0.54 | 0 | 0.15 | 224.81 | 0.68 | 0.55 |
| Hex | 3C | 64 | DA | 48 | 36 | 0 | F | E1 | 44 | 37 |
| Octal | 74 | 144 | 332 | 110 | 66 | 0 | 17 | 341 | 104 | 67 |
| Binary | 111100 | 1100100 | 11011010 | 1001000 | 110110 | 0 | 1111 | 11100001 | 1000100 | 110111 |
Color Harmonies of #3C64DA
Complementary color
Monochromatic Colors of #3C64DA
Black with #3C64DA
Text Example
Text Example
White with #3C64DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C64DA; }
p { color: rgb(60,100,218); }
H1.HeaderClassName
{
color: #3C64DA;
}
.AnyTagClassName
{
color: #3C64DA;
}
</style>
background-color css
<style>
a { background-color: #3C64DA; }
a { background-color: rgb(60,100,218); }
div.DivClassName
{
background-color: #3C64DA;
}
.BgClassName
{
background-color: #3C64DA;
}
</style>
border-color css
<style>
span { border-color: #3C64DA; }
span { border-color: rgb(60,100,218); }
td.TdClassName
{
border-color: #3C64DA;
}
.TagClassName
{
border-color: #3C64DA;
}
</style>