Shades of Royal Blue #3C71EF
Tints of Royal Blue #3C71EF
RGB
CMYK
RGB Variations
Color information
#3C71EF (or 0x3C71EF) is known color: Royal Blue. HEX triplet: 3C, 71 and EF. RGB value is (60,113,239). Sum of RGB (Red+Green+Blue) = 60+113+239=412 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.56% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 239 (93.75% from 255 or 58.01% from 412); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C71EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C71EF is #C38E10. Grayscale: #6E6E6E. Windows color (decimal): -12815889 or 15692092. OLE color: 15692092.
HSL color Cylindrical-coordinate representation of color #3C71EF: hue angle of 222.23º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C71EF is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 113 | 239 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.06 |
| HSL | 222.23º | 0.85% | 0.59% | - |
| HSV(B) | 222.23º | 0.75% | 0.94% | - |
| XYZ | 23.35 | 19 | 84.1 | - |
| YUV | 111.52 | 199.94 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 113 | 239 | 0.75 | 0.53 | 0 | 0.06 | 222.23 | 0.85 | 0.59 |
| Hex | 3C | 71 | EF | 4B | 35 | 0 | 6 | DE | 55 | 3B |
| Octal | 74 | 161 | 357 | 113 | 65 | 0 | 6 | 336 | 125 | 73 |
| Binary | 111100 | 1110001 | 11101111 | 1001011 | 110101 | 0 | 110 | 11011110 | 1010101 | 111011 |
Color Harmonies of #3C71EF
Complementary color
Monochromatic Colors of #3C71EF
Black with #3C71EF
Text Example
Text Example
White with #3C71EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C71EF; }
p { color: rgb(60,113,239); }
H1.HeaderClassName
{
color: #3C71EF;
}
.AnyTagClassName
{
color: #3C71EF;
}
</style>
background-color css
<style>
a { background-color: #3C71EF; }
a { background-color: rgb(60,113,239); }
div.DivClassName
{
background-color: #3C71EF;
}
.BgClassName
{
background-color: #3C71EF;
}
</style>
border-color css
<style>
span { border-color: #3C71EF; }
span { border-color: rgb(60,113,239); }
td.TdClassName
{
border-color: #3C71EF;
}
.TagClassName
{
border-color: #3C71EF;
}
</style>