Shades of Royal Blue #3776DD
Tints of Royal Blue #3776DD
RGB
CMYK
RGB Variations
Color information
#3776DD (or 0x3776DD) is known color: Royal Blue. HEX triplet: 37, 76 and DD. RGB value is (55,118,221). Sum of RGB (Red+Green+Blue) = 55+118+221=394 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.96% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #3776DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3776DD is #C88922. Grayscale: #6E6E6E. Windows color (decimal): -13142307 or 14513719. OLE color: 14513719.
HSL color Cylindrical-coordinate representation of color #3776DD: hue angle of 217.23º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3776DD is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 118 | 221 | - |
| CMYK | 0.75 | 0.47 | 0 | 0.13 |
| HSL | 217.23º | 0.71% | 0.54% | - |
| HSV(B) | 217.23º | 0.75% | 0.87% | - |
| XYZ | 21.11 | 18.99 | 70.96 | - |
| YUV | 110.91 | 190.13 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 118 | 221 | 0.75 | 0.47 | 0 | 0.13 | 217.23 | 0.71 | 0.54 |
| Hex | 37 | 76 | DD | 4B | 2F | 0 | D | D9 | 47 | 36 |
| Octal | 67 | 166 | 335 | 113 | 57 | 0 | 15 | 331 | 107 | 66 |
| Binary | 110111 | 1110110 | 11011101 | 1001011 | 101111 | 0 | 1101 | 11011001 | 1000111 | 110110 |
Color Harmonies of #3776DD
Complementary color
Monochromatic Colors of #3776DD
Black with #3776DD
Text Example
Text Example
White with #3776DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3776DD; }
p { color: rgb(55,118,221); }
H1.HeaderClassName
{
color: #3776DD;
}
.AnyTagClassName
{
color: #3776DD;
}
</style>
background-color css
<style>
a { background-color: #3776DD; }
a { background-color: rgb(55,118,221); }
div.DivClassName
{
background-color: #3776DD;
}
.BgClassName
{
background-color: #3776DD;
}
</style>
border-color css
<style>
span { border-color: #3776DD; }
span { border-color: rgb(55,118,221); }
td.TdClassName
{
border-color: #3776DD;
}
.TagClassName
{
border-color: #3776DD;
}
</style>