Shades of Royal Blue #3C74EE
Tints of Royal Blue #3C74EE
RGB
CMYK
RGB Variations
Color information
#3C74EE (or 0x3C74EE) is known color: Royal Blue. HEX triplet: 3C, 74 and EE. RGB value is (60,116,238). Sum of RGB (Red+Green+Blue) = 60+116+238=414 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.49% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #3C74EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C74EE is #C38B11. Grayscale: #707070. Windows color (decimal): -12815122 or 15627324. OLE color: 15627324.
HSL color Cylindrical-coordinate representation of color #3C74EE: hue angle of 221.12º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C74EE is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 116 | 238 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.07 |
| HSL | 221.12º | 0.84% | 0.58% | - |
| HSV(B) | 221.12º | 0.75% | 0.93% | - |
| XYZ | 23.54 | 19.62 | 83.44 | - |
| YUV | 113.16 | 198.45 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 116 | 238 | 0.75 | 0.51 | 0 | 0.07 | 221.12 | 0.84 | 0.58 |
| Hex | 3C | 74 | EE | 4B | 33 | 0 | 7 | DD | 54 | 3A |
| Octal | 74 | 164 | 356 | 113 | 63 | 0 | 7 | 335 | 124 | 72 |
| Binary | 111100 | 1110100 | 11101110 | 1001011 | 110011 | 0 | 111 | 11011101 | 1010100 | 111010 |
Color Harmonies of #3C74EE
Complementary color
Monochromatic Colors of #3C74EE
Black with #3C74EE
Text Example
Text Example
White with #3C74EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C74EE; }
p { color: rgb(60,116,238); }
H1.HeaderClassName
{
color: #3C74EE;
}
.AnyTagClassName
{
color: #3C74EE;
}
</style>
background-color css
<style>
a { background-color: #3C74EE; }
a { background-color: rgb(60,116,238); }
div.DivClassName
{
background-color: #3C74EE;
}
.BgClassName
{
background-color: #3C74EE;
}
</style>
border-color css
<style>
span { border-color: #3C74EE; }
span { border-color: rgb(60,116,238); }
td.TdClassName
{
border-color: #3C74EE;
}
.TagClassName
{
border-color: #3C74EE;
}
</style>