Shades of Royal Blue #3C71EB
Tints of Royal Blue #3C71EB
RGB
CMYK
RGB Variations
Color information
#3C71EB (or 0x3C71EB) is known color: Royal Blue. HEX triplet: 3C, 71 and EB. RGB value is (60,113,235). Sum of RGB (Red+Green+Blue) = 60+113+235=408 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.71% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 235 (92.19% from 255 or 57.60% from 408); Max value from RGB is 235 - color contains mainly: blue. Hex color #3C71EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C71EB is #C38E14. Grayscale: #6E6E6E. Windows color (decimal): -12815893 or 15429948. OLE color: 15429948.
HSL color Cylindrical-coordinate representation of color #3C71EB: hue angle of 221.83º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C71EB is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 113 | 235 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.08 |
| HSL | 221.83º | 0.81% | 0.58% | - |
| HSV(B) | 221.83º | 0.74% | 0.92% | - |
| XYZ | 22.76 | 18.77 | 81.02 | - |
| YUV | 111.06 | 197.94 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 113 | 235 | 0.74 | 0.52 | 0 | 0.08 | 221.83 | 0.81 | 0.58 |
| Hex | 3C | 71 | EB | 4A | 34 | 0 | 8 | DE | 51 | 3A |
| Octal | 74 | 161 | 353 | 112 | 64 | 0 | 10 | 336 | 121 | 72 |
| Binary | 111100 | 1110001 | 11101011 | 1001010 | 110100 | 0 | 1000 | 11011110 | 1010001 | 111010 |
Color Harmonies of #3C71EB
Complementary color
Monochromatic Colors of #3C71EB
Black with #3C71EB
Text Example
Text Example
White with #3C71EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C71EB; }
p { color: rgb(60,113,235); }
H1.HeaderClassName
{
color: #3C71EB;
}
.AnyTagClassName
{
color: #3C71EB;
}
</style>
background-color css
<style>
a { background-color: #3C71EB; }
a { background-color: rgb(60,113,235); }
div.DivClassName
{
background-color: #3C71EB;
}
.BgClassName
{
background-color: #3C71EB;
}
</style>
border-color css
<style>
span { border-color: #3C71EB; }
span { border-color: rgb(60,113,235); }
td.TdClassName
{
border-color: #3C71EB;
}
.TagClassName
{
border-color: #3C71EB;
}
</style>