Shades of Royal Blue #3C79DB
Tints of Royal Blue #3C79DB
RGB
CMYK
RGB Variations
Color information
#3C79DB (or 0x3C79DB) is known color: Royal Blue. HEX triplet: 3C, 79 and DB. RGB value is (60,121,219). Sum of RGB (Red+Green+Blue) = 60+121+219=400 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C79DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C79DB is #C38624. Grayscale: #717171. Windows color (decimal): -12813861 or 14383420. OLE color: 14383420.
HSL color Cylindrical-coordinate representation of color #3C79DB: hue angle of 216.98º 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 #3C79DB is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 121 | 219 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.14 |
| HSL | 216.98º | 0.69% | 0.55% | - |
| HSV(B) | 216.98º | 0.73% | 0.86% | - |
| XYZ | 21.49 | 19.75 | 69.7 | - |
| YUV | 113.93 | 187.29 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 121 | 219 | 0.73 | 0.45 | 0 | 0.14 | 216.98 | 0.69 | 0.55 |
| Hex | 3C | 79 | DB | 49 | 2D | 0 | E | D9 | 45 | 37 |
| Octal | 74 | 171 | 333 | 111 | 55 | 0 | 16 | 331 | 105 | 67 |
| Binary | 111100 | 1111001 | 11011011 | 1001001 | 101101 | 0 | 1110 | 11011001 | 1000101 | 110111 |
Color Harmonies of #3C79DB
Complementary color
Monochromatic Colors of #3C79DB
Black with #3C79DB
Text Example
Text Example
White with #3C79DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C79DB; }
p { color: rgb(60,121,219); }
H1.HeaderClassName
{
color: #3C79DB;
}
.AnyTagClassName
{
color: #3C79DB;
}
</style>
background-color css
<style>
a { background-color: #3C79DB; }
a { background-color: rgb(60,121,219); }
div.DivClassName
{
background-color: #3C79DB;
}
.BgClassName
{
background-color: #3C79DB;
}
</style>
border-color css
<style>
span { border-color: #3C79DB; }
span { border-color: rgb(60,121,219); }
td.TdClassName
{
border-color: #3C79DB;
}
.TagClassName
{
border-color: #3C79DB;
}
</style>