Shades of Royal Blue #3C6ADB
Tints of Royal Blue #3C6ADB
RGB
CMYK
RGB Variations
Color information
#3C6ADB (or 0x3C6ADB) is known color: Royal Blue. HEX triplet: 3C, 6A and DB. RGB value is (60,106,219). Sum of RGB (Red+Green+Blue) = 60+106+219=385 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.58% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C6ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6ADB is #C39524. Grayscale: #686868. Windows color (decimal): -12817701 or 14379580. OLE color: 14379580.
HSL color Cylindrical-coordinate representation of color #3C6ADB: hue angle of 222.64º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C6ADB is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 106 | 219 | - |
| CMYK | 0.73 | 0.52 | 0 | 0.14 |
| HSL | 222.64º | 0.69% | 0.55% | - |
| HSV(B) | 222.64º | 0.73% | 0.86% | - |
| XYZ | 19.8 | 16.38 | 69.14 | - |
| YUV | 105.13 | 192.26 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 106 | 219 | 0.73 | 0.52 | 0 | 0.14 | 222.64 | 0.69 | 0.55 |
| Hex | 3C | 6A | DB | 49 | 34 | 0 | E | DF | 45 | 37 |
| Octal | 74 | 152 | 333 | 111 | 64 | 0 | 16 | 337 | 105 | 67 |
| Binary | 111100 | 1101010 | 11011011 | 1001001 | 110100 | 0 | 1110 | 11011111 | 1000101 | 110111 |
Color Harmonies of #3C6ADB
Complementary color
Monochromatic Colors of #3C6ADB
Black with #3C6ADB
Text Example
Text Example
White with #3C6ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6ADB; }
p { color: rgb(60,106,219); }
H1.HeaderClassName
{
color: #3C6ADB;
}
.AnyTagClassName
{
color: #3C6ADB;
}
</style>
background-color css
<style>
a { background-color: #3C6ADB; }
a { background-color: rgb(60,106,219); }
div.DivClassName
{
background-color: #3C6ADB;
}
.BgClassName
{
background-color: #3C6ADB;
}
</style>
border-color css
<style>
span { border-color: #3C6ADB; }
span { border-color: rgb(60,106,219); }
td.TdClassName
{
border-color: #3C6ADB;
}
.TagClassName
{
border-color: #3C6ADB;
}
</style>