Shades of Royal Blue #3776DC
Tints of Royal Blue #3776DC
RGB
CMYK
RGB Variations
Color information
#3776DC (or 0x3776DC) is known color: Royal Blue. HEX triplet: 37, 76 and DC. RGB value is (55,118,220). Sum of RGB (Red+Green+Blue) = 55+118+220=393 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.99% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #3776DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3776DC is #C88923. Grayscale: #6E6E6E. Windows color (decimal): -13142308 or 14448183. OLE color: 14448183.
HSL color Cylindrical-coordinate representation of color #3776DC: hue angle of 217.09º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3776DC is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 118 | 220 | - |
| CMYK | 0.75 | 0.46 | 0 | 0.14 |
| HSL | 217.09º | 0.7% | 0.54% | - |
| HSV(B) | 217.09º | 0.75% | 0.86% | - |
| XYZ | 20.97 | 18.94 | 70.26 | - |
| YUV | 110.79 | 189.63 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 118 | 220 | 0.75 | 0.46 | 0 | 0.14 | 217.09 | 0.7 | 0.54 |
| Hex | 37 | 76 | DC | 4B | 2E | 0 | E | D9 | 46 | 36 |
| Octal | 67 | 166 | 334 | 113 | 56 | 0 | 16 | 331 | 106 | 66 |
| Binary | 110111 | 1110110 | 11011100 | 1001011 | 101110 | 0 | 1110 | 11011001 | 1000110 | 110110 |
Color Harmonies of #3776DC
Complementary color
Monochromatic Colors of #3776DC
Black with #3776DC
Text Example
Text Example
White with #3776DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3776DC; }
p { color: rgb(55,118,220); }
H1.HeaderClassName
{
color: #3776DC;
}
.AnyTagClassName
{
color: #3776DC;
}
</style>
background-color css
<style>
a { background-color: #3776DC; }
a { background-color: rgb(55,118,220); }
div.DivClassName
{
background-color: #3776DC;
}
.BgClassName
{
background-color: #3776DC;
}
</style>
border-color css
<style>
span { border-color: #3776DC; }
span { border-color: rgb(55,118,220); }
td.TdClassName
{
border-color: #3776DC;
}
.TagClassName
{
border-color: #3776DC;
}
</style>