Shades of Royal Blue #3C6ADA
Tints of Royal Blue #3C6ADA
RGB
CMYK
RGB Variations
Color information
#3C6ADA (or 0x3C6ADA) is known color: Royal Blue. HEX triplet: 3C, 6A and DA. RGB value is (60,106,218). Sum of RGB (Red+Green+Blue) = 60+106+218=384 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.62% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 218 (85.55% from 255 or 56.77% from 384); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C6ADA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6ADA is #C39525. Grayscale: #686868. Windows color (decimal): -12817702 or 14314044. OLE color: 14314044.
HSL color Cylindrical-coordinate representation of color #3C6ADA: hue angle of 222.53º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C6ADA is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 106 | 218 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.15 |
| HSL | 222.53º | 0.68% | 0.55% | - |
| HSV(B) | 222.53º | 0.72% | 0.85% | - |
| XYZ | 19.67 | 16.33 | 68.44 | - |
| YUV | 105.01 | 191.76 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 106 | 218 | 0.72 | 0.51 | 0 | 0.15 | 222.53 | 0.68 | 0.55 |
| Hex | 3C | 6A | DA | 48 | 33 | 0 | F | DF | 44 | 37 |
| Octal | 74 | 152 | 332 | 110 | 63 | 0 | 17 | 337 | 104 | 67 |
| Binary | 111100 | 1101010 | 11011010 | 1001000 | 110011 | 0 | 1111 | 11011111 | 1000100 | 110111 |
Color Harmonies of #3C6ADA
Complementary color
Monochromatic Colors of #3C6ADA
Black with #3C6ADA
Text Example
Text Example
White with #3C6ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6ADA; }
p { color: rgb(60,106,218); }
H1.HeaderClassName
{
color: #3C6ADA;
}
.AnyTagClassName
{
color: #3C6ADA;
}
</style>
background-color css
<style>
a { background-color: #3C6ADA; }
a { background-color: rgb(60,106,218); }
div.DivClassName
{
background-color: #3C6ADA;
}
.BgClassName
{
background-color: #3C6ADA;
}
</style>
border-color css
<style>
span { border-color: #3C6ADA; }
span { border-color: rgb(60,106,218); }
td.TdClassName
{
border-color: #3C6ADA;
}
.TagClassName
{
border-color: #3C6ADA;
}
</style>