Shades of Royal Blue #3C61E4
Tints of Royal Blue #3C61E4
RGB
CMYK
RGB Variations
Color information
#3C61E4 (or 0x3C61E4) is known color: Royal Blue. HEX triplet: 3C, 61 and E4. RGB value is (60,97,228). Sum of RGB (Red+Green+Blue) = 60+97+228=385 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.58% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 228 (89.45% from 255 or 59.22% from 385); Max value from RGB is 228 - color contains mainly: blue. Hex color #3C61E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C61E4 is #C39E1B. Grayscale: #646464. Windows color (decimal): -12819996 or 14967100. OLE color: 14967100.
HSL color Cylindrical-coordinate representation of color #3C61E4: hue angle of 226.79º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C61E4 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 97 | 228 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.11 |
| HSL | 226.79º | 0.76% | 0.56% | - |
| HSV(B) | 226.79º | 0.74% | 0.89% | - |
| XYZ | 20.14 | 15.11 | 75.25 | - |
| YUV | 100.87 | 199.74 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 97 | 228 | 0.74 | 0.57 | 0 | 0.11 | 226.79 | 0.76 | 0.56 |
| Hex | 3C | 61 | E4 | 4A | 39 | 0 | B | E3 | 4C | 38 |
| Octal | 74 | 141 | 344 | 112 | 71 | 0 | 13 | 343 | 114 | 70 |
| Binary | 111100 | 1100001 | 11100100 | 1001010 | 111001 | 0 | 1011 | 11100011 | 1001100 | 111000 |
Color Harmonies of #3C61E4
Complementary color
Monochromatic Colors of #3C61E4
Black with #3C61E4
Text Example
Text Example
White with #3C61E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C61E4; }
p { color: rgb(60,97,228); }
H1.HeaderClassName
{
color: #3C61E4;
}
.AnyTagClassName
{
color: #3C61E4;
}
</style>
background-color css
<style>
a { background-color: #3C61E4; }
a { background-color: rgb(60,97,228); }
div.DivClassName
{
background-color: #3C61E4;
}
.BgClassName
{
background-color: #3C61E4;
}
</style>
border-color css
<style>
span { border-color: #3C61E4; }
span { border-color: rgb(60,97,228); }
td.TdClassName
{
border-color: #3C61E4;
}
.TagClassName
{
border-color: #3C61E4;
}
</style>