Shades of Royal Blue #3C7FF6
Tints of Royal Blue #3C7FF6
RGB
CMYK
RGB Variations
Color information
#3C7FF6 (or 0x3C7FF6) is known color: Royal Blue. HEX triplet: 3C, 7F and F6. RGB value is (60,127,246). Sum of RGB (Red+Green+Blue) = 60+127+246=433 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.86% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 246 (96.48% from 255 or 56.81% from 433); Max value from RGB is 246 - color contains mainly: blue. Hex color #3C7FF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C7FF6 is #C38009. Grayscale: #777777. Windows color (decimal): -12812298 or 16154428. OLE color: 16154428.
HSL color Cylindrical-coordinate representation of color #3C7FF6: hue angle of 218.39º 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 #3C7FF6 is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 127 | 246 | - |
| CMYK | 0.76 | 0.48 | 0 | 0.04 |
| HSL | 218.39º | 0.91% | 0.6% | - |
| HSV(B) | 218.39º | 0.76% | 0.96% | - |
| XYZ | 26.09 | 22.79 | 90.21 | - |
| YUV | 120.53 | 198.8 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 127 | 246 | 0.76 | 0.48 | 0 | 0.04 | 218.39 | 0.91 | 0.6 |
| Hex | 3C | 7F | F6 | 4C | 30 | 0 | 4 | DA | 5B | 3C |
| Octal | 74 | 177 | 366 | 114 | 60 | 0 | 4 | 332 | 133 | 74 |
| Binary | 111100 | 1111111 | 11110110 | 1001100 | 110000 | 0 | 100 | 11011010 | 1011011 | 111100 |
Color Harmonies of #3C7FF6
Complementary color
Monochromatic Colors of #3C7FF6
Black with #3C7FF6
Text Example
Text Example
White with #3C7FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7FF6; }
p { color: rgb(60,127,246); }
H1.HeaderClassName
{
color: #3C7FF6;
}
.AnyTagClassName
{
color: #3C7FF6;
}
</style>
background-color css
<style>
a { background-color: #3C7FF6; }
a { background-color: rgb(60,127,246); }
div.DivClassName
{
background-color: #3C7FF6;
}
.BgClassName
{
background-color: #3C7FF6;
}
</style>
border-color css
<style>
span { border-color: #3C7FF6; }
span { border-color: rgb(60,127,246); }
td.TdClassName
{
border-color: #3C7FF6;
}
.TagClassName
{
border-color: #3C7FF6;
}
</style>