Shades of Royal Blue #3C74DE
Tints of Royal Blue #3C74DE
RGB
CMYK
RGB Variations
Color information
#3C74DE (or 0x3C74DE) is known color: Royal Blue. HEX triplet: 3C, 74 and DE. RGB value is (60,116,222). Sum of RGB (Red+Green+Blue) = 60+116+222=398 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.08% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #3C74DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C74DE is #C38B21. Grayscale: #6E6E6E. Windows color (decimal): -12815138 or 14578748. OLE color: 14578748.
HSL color Cylindrical-coordinate representation of color #3C74DE: hue angle of 219.26º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C74DE is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 116 | 222 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.13 |
| HSL | 219.26º | 0.71% | 0.55% | - |
| HSV(B) | 219.26º | 0.73% | 0.87% | - |
| XYZ | 21.29 | 18.73 | 71.6 | - |
| YUV | 111.34 | 190.45 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 116 | 222 | 0.73 | 0.48 | 0 | 0.13 | 219.26 | 0.71 | 0.55 |
| Hex | 3C | 74 | DE | 49 | 30 | 0 | D | DB | 47 | 37 |
| Octal | 74 | 164 | 336 | 111 | 60 | 0 | 15 | 333 | 107 | 67 |
| Binary | 111100 | 1110100 | 11011110 | 1001001 | 110000 | 0 | 1101 | 11011011 | 1000111 | 110111 |
Color Harmonies of #3C74DE
Complementary color
Monochromatic Colors of #3C74DE
Black with #3C74DE
Text Example
Text Example
White with #3C74DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C74DE; }
p { color: rgb(60,116,222); }
H1.HeaderClassName
{
color: #3C74DE;
}
.AnyTagClassName
{
color: #3C74DE;
}
</style>
background-color css
<style>
a { background-color: #3C74DE; }
a { background-color: rgb(60,116,222); }
div.DivClassName
{
background-color: #3C74DE;
}
.BgClassName
{
background-color: #3C74DE;
}
</style>
border-color css
<style>
span { border-color: #3C74DE; }
span { border-color: rgb(60,116,222); }
td.TdClassName
{
border-color: #3C74DE;
}
.TagClassName
{
border-color: #3C74DE;
}
</style>