Shades of Royal Blue #3C61DB
Tints of Royal Blue #3C61DB
RGB
CMYK
RGB Variations
Color information
#3C61DB (or 0x3C61DB) is known color: Royal Blue. HEX triplet: 3C, 61 and DB. RGB value is (60,97,219). Sum of RGB (Red+Green+Blue) = 60+97+219=376 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.96% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C61DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C61DB is #C39E24. Grayscale: #636363. Windows color (decimal): -12820005 or 14377276. OLE color: 14377276.
HSL color Cylindrical-coordinate representation of color #3C61DB: hue angle of 226.04º 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 #3C61DB is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 97 | 219 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.14 |
| HSL | 226.04º | 0.69% | 0.55% | - |
| HSV(B) | 226.04º | 0.73% | 0.86% | - |
| XYZ | 18.92 | 14.62 | 68.84 | - |
| YUV | 99.85 | 195.24 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 97 | 219 | 0.73 | 0.56 | 0 | 0.14 | 226.04 | 0.69 | 0.55 |
| Hex | 3C | 61 | DB | 49 | 38 | 0 | E | E2 | 45 | 37 |
| Octal | 74 | 141 | 333 | 111 | 70 | 0 | 16 | 342 | 105 | 67 |
| Binary | 111100 | 1100001 | 11011011 | 1001001 | 111000 | 0 | 1110 | 11100010 | 1000101 | 110111 |
Color Harmonies of #3C61DB
Complementary color
Monochromatic Colors of #3C61DB
Black with #3C61DB
Text Example
Text Example
White with #3C61DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C61DB; }
p { color: rgb(60,97,219); }
H1.HeaderClassName
{
color: #3C61DB;
}
.AnyTagClassName
{
color: #3C61DB;
}
</style>
background-color css
<style>
a { background-color: #3C61DB; }
a { background-color: rgb(60,97,219); }
div.DivClassName
{
background-color: #3C61DB;
}
.BgClassName
{
background-color: #3C61DB;
}
</style>
border-color css
<style>
span { border-color: #3C61DB; }
span { border-color: rgb(60,97,219); }
td.TdClassName
{
border-color: #3C61DB;
}
.TagClassName
{
border-color: #3C61DB;
}
</style>