Shades of Royal Blue #3C70CA
Tints of Royal Blue #3C70CA
RGB
CMYK
RGB Variations
Color information
#3C70CA (or 0x3C70CA) is known color: Royal Blue. HEX triplet: 3C, 70 and CA. RGB value is (60,112,202). Sum of RGB (Red+Green+Blue) = 60+112+202=374 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.04% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C70CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C70CA is #C38F35. Grayscale: #6A6A6A. Windows color (decimal): -12816182 or 13267004. OLE color: 13267004.
HSL color Cylindrical-coordinate representation of color #3C70CA: hue angle of 218.03º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C70CA is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 112 | 202 | - |
| CMYK | 0.70 | 0.45 | 0 | 0.21 |
| HSL | 218.03º | 0.57% | 0.51% | - |
| HSV(B) | 218.03º | 0.7% | 0.79% | - |
| XYZ | 18.32 | 16.81 | 58.16 | - |
| YUV | 106.71 | 181.77 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 112 | 202 | 0.70 | 0.45 | 0 | 0.21 | 218.03 | 0.57 | 0.51 |
| Hex | 3C | 70 | CA | 46 | 2D | 0 | 15 | DA | 39 | 33 |
| Octal | 74 | 160 | 312 | 106 | 55 | 0 | 25 | 332 | 71 | 63 |
| Binary | 111100 | 1110000 | 11001010 | 1000110 | 101101 | 0 | 10101 | 11011010 | 111001 | 110011 |
Color Harmonies of #3C70CA
Complementary color
Monochromatic Colors of #3C70CA
Black with #3C70CA
Text Example
Text Example
White with #3C70CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C70CA; }
p { color: rgb(60,112,202); }
H1.HeaderClassName
{
color: #3C70CA;
}
.AnyTagClassName
{
color: #3C70CA;
}
</style>
background-color css
<style>
a { background-color: #3C70CA; }
a { background-color: rgb(60,112,202); }
div.DivClassName
{
background-color: #3C70CA;
}
.BgClassName
{
background-color: #3C70CA;
}
</style>
border-color css
<style>
span { border-color: #3C70CA; }
span { border-color: rgb(60,112,202); }
td.TdClassName
{
border-color: #3C70CA;
}
.TagClassName
{
border-color: #3C70CA;
}
</style>