Shades of Royal Blue #3C6BEA
Tints of Royal Blue #3C6BEA
RGB
CMYK
RGB Variations
Color information
#3C6BEA (or 0x3C6BEA) is known color: Royal Blue. HEX triplet: 3C, 6B and EA. RGB value is (60,107,234). Sum of RGB (Red+Green+Blue) = 60+107+234=401 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.96% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 234 (91.80% from 255 or 58.35% from 401); Max value from RGB is 234 - color contains mainly: blue. Hex color #3C6BEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C6BEA is #C39415. Grayscale: #6A6A6A. Windows color (decimal): -12817430 or 15362876. OLE color: 15362876.
HSL color Cylindrical-coordinate representation of color #3C6BEA: hue angle of 223.79º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C6BEA is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 107 | 234 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.08 |
| HSL | 223.79º | 0.81% | 0.58% | - |
| HSV(B) | 223.79º | 0.74% | 0.92% | - |
| XYZ | 21.97 | 17.42 | 80.05 | - |
| YUV | 107.43 | 199.43 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 107 | 234 | 0.74 | 0.54 | 0 | 0.08 | 223.79 | 0.81 | 0.58 |
| Hex | 3C | 6B | EA | 4A | 36 | 0 | 8 | E0 | 51 | 3A |
| Octal | 74 | 153 | 352 | 112 | 66 | 0 | 10 | 340 | 121 | 72 |
| Binary | 111100 | 1101011 | 11101010 | 1001010 | 110110 | 0 | 1000 | 11100000 | 1010001 | 111010 |
Color Harmonies of #3C6BEA
Complementary color
Monochromatic Colors of #3C6BEA
Black with #3C6BEA
Text Example
Text Example
White with #3C6BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6BEA; }
p { color: rgb(60,107,234); }
H1.HeaderClassName
{
color: #3C6BEA;
}
.AnyTagClassName
{
color: #3C6BEA;
}
</style>
background-color css
<style>
a { background-color: #3C6BEA; }
a { background-color: rgb(60,107,234); }
div.DivClassName
{
background-color: #3C6BEA;
}
.BgClassName
{
background-color: #3C6BEA;
}
</style>
border-color css
<style>
span { border-color: #3C6BEA; }
span { border-color: rgb(60,107,234); }
td.TdClassName
{
border-color: #3C6BEA;
}
.TagClassName
{
border-color: #3C6BEA;
}
</style>