Shades of Royal Blue #3C66F6
Tints of Royal Blue #3C66F6
RGB
CMYK
RGB Variations
Color information
#3C66F6 (or 0x3C66F6) is known color: Royal Blue. HEX triplet: 3C, 66 and F6. RGB value is (60,102,246). Sum of RGB (Red+Green+Blue) = 60+102+246=408 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.71% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 246 (96.48% from 255 or 60.29% from 408); Max value from RGB is 246 - color contains mainly: blue. Hex color #3C66F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C66F6 is #C39909. Grayscale: #696969. Windows color (decimal): -12818698 or 16148028. OLE color: 16148028.
HSL color Cylindrical-coordinate representation of color #3C66F6: hue angle of 226.45º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C66F6 is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 102 | 246 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.04 |
| HSL | 226.45º | 0.91% | 0.6% | - |
| HSV(B) | 226.45º | 0.76% | 0.96% | - |
| XYZ | 23.25 | 17.12 | 89.27 | - |
| YUV | 105.86 | 207.09 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 102 | 246 | 0.76 | 0.59 | 0 | 0.04 | 226.45 | 0.91 | 0.6 |
| Hex | 3C | 66 | F6 | 4C | 3B | 0 | 4 | E2 | 5B | 3C |
| Octal | 74 | 146 | 366 | 114 | 73 | 0 | 4 | 342 | 133 | 74 |
| Binary | 111100 | 1100110 | 11110110 | 1001100 | 111011 | 0 | 100 | 11100010 | 1011011 | 111100 |
Color Harmonies of #3C66F6
Complementary color
Monochromatic Colors of #3C66F6
Black with #3C66F6
Text Example
Text Example
White with #3C66F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C66F6; }
p { color: rgb(60,102,246); }
H1.HeaderClassName
{
color: #3C66F6;
}
.AnyTagClassName
{
color: #3C66F6;
}
</style>
background-color css
<style>
a { background-color: #3C66F6; }
a { background-color: rgb(60,102,246); }
div.DivClassName
{
background-color: #3C66F6;
}
.BgClassName
{
background-color: #3C66F6;
}
</style>
border-color css
<style>
span { border-color: #3C66F6; }
span { border-color: rgb(60,102,246); }
td.TdClassName
{
border-color: #3C66F6;
}
.TagClassName
{
border-color: #3C66F6;
}
</style>