Shades of Royal Blue #3C70DA
Tints of Royal Blue #3C70DA
RGB
CMYK
RGB Variations
Color information
#3C70DA (or 0x3C70DA) is known color: Royal Blue. HEX triplet: 3C, 70 and DA. RGB value is (60,112,218). Sum of RGB (Red+Green+Blue) = 60+112+218=390 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.38% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 218 (85.55% from 255 or 55.90% from 390); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C70DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C70DA is #C38F25. Grayscale: #6C6C6C. Windows color (decimal): -12816166 or 14315580. OLE color: 14315580.
HSL color Cylindrical-coordinate representation of color #3C70DA: hue angle of 220.25º 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 #3C70DA is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 112 | 218 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.15 |
| HSL | 220.25º | 0.68% | 0.55% | - |
| HSV(B) | 220.25º | 0.72% | 0.85% | - |
| XYZ | 20.31 | 17.61 | 68.66 | - |
| YUV | 108.54 | 189.77 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 112 | 218 | 0.72 | 0.49 | 0 | 0.15 | 220.25 | 0.68 | 0.55 |
| Hex | 3C | 70 | DA | 48 | 31 | 0 | F | DC | 44 | 37 |
| Octal | 74 | 160 | 332 | 110 | 61 | 0 | 17 | 334 | 104 | 67 |
| Binary | 111100 | 1110000 | 11011010 | 1001000 | 110001 | 0 | 1111 | 11011100 | 1000100 | 110111 |
Color Harmonies of #3C70DA
Complementary color
Monochromatic Colors of #3C70DA
Black with #3C70DA
Text Example
Text Example
White with #3C70DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C70DA; }
p { color: rgb(60,112,218); }
H1.HeaderClassName
{
color: #3C70DA;
}
.AnyTagClassName
{
color: #3C70DA;
}
</style>
background-color css
<style>
a { background-color: #3C70DA; }
a { background-color: rgb(60,112,218); }
div.DivClassName
{
background-color: #3C70DA;
}
.BgClassName
{
background-color: #3C70DA;
}
</style>
border-color css
<style>
span { border-color: #3C70DA; }
span { border-color: rgb(60,112,218); }
td.TdClassName
{
border-color: #3C70DA;
}
.TagClassName
{
border-color: #3C70DA;
}
</style>