Shades of Royal Blue #3C6FDB
Tints of Royal Blue #3C6FDB
RGB
CMYK
RGB Variations
Color information
#3C6FDB (or 0x3C6FDB) is known color: Royal Blue. HEX triplet: 3C, 6F and DB. RGB value is (60,111,219). Sum of RGB (Red+Green+Blue) = 60+111+219=390 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.38% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C6FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6FDB is #C39024. Grayscale: #6B6B6B. Windows color (decimal): -12816421 or 14380860. OLE color: 14380860.
HSL color Cylindrical-coordinate representation of color #3C6FDB: hue angle of 220.75º 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 #3C6FDB is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 111 | 219 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.14 |
| HSL | 220.75º | 0.69% | 0.55% | - |
| HSV(B) | 220.75º | 0.73% | 0.86% | - |
| XYZ | 20.33 | 17.44 | 69.31 | - |
| YUV | 108.06 | 190.6 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 111 | 219 | 0.73 | 0.49 | 0 | 0.14 | 220.75 | 0.69 | 0.55 |
| Hex | 3C | 6F | DB | 49 | 31 | 0 | E | DD | 45 | 37 |
| Octal | 74 | 157 | 333 | 111 | 61 | 0 | 16 | 335 | 105 | 67 |
| Binary | 111100 | 1101111 | 11011011 | 1001001 | 110001 | 0 | 1110 | 11011101 | 1000101 | 110111 |
Color Harmonies of #3C6FDB
Complementary color
Monochromatic Colors of #3C6FDB
Black with #3C6FDB
Text Example
Text Example
White with #3C6FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6FDB; }
p { color: rgb(60,111,219); }
H1.HeaderClassName
{
color: #3C6FDB;
}
.AnyTagClassName
{
color: #3C6FDB;
}
</style>
background-color css
<style>
a { background-color: #3C6FDB; }
a { background-color: rgb(60,111,219); }
div.DivClassName
{
background-color: #3C6FDB;
}
.BgClassName
{
background-color: #3C6FDB;
}
</style>
border-color css
<style>
span { border-color: #3C6FDB; }
span { border-color: rgb(60,111,219); }
td.TdClassName
{
border-color: #3C6FDB;
}
.TagClassName
{
border-color: #3C6FDB;
}
</style>