Shades of Royal Blue #3777DD
Tints of Royal Blue #3777DD
RGB
CMYK
RGB Variations
Color information
#3777DD (or 0x3777DD) is known color: Royal Blue. HEX triplet: 37, 77 and DD. RGB value is (55,119,221). Sum of RGB (Red+Green+Blue) = 55+119+221=395 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.92% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #3777DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3777DD is #C88822. Grayscale: #6F6F6F. Windows color (decimal): -13142051 or 14513975. OLE color: 14513975.
HSL color Cylindrical-coordinate representation of color #3777DD: hue angle of 216.87º 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 #3777DD is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 119 | 221 | - |
| CMYK | 0.75 | 0.46 | 0 | 0.13 |
| HSL | 216.87º | 0.71% | 0.54% | - |
| HSV(B) | 216.87º | 0.75% | 0.87% | - |
| XYZ | 21.22 | 19.23 | 71 | - |
| YUV | 111.49 | 189.8 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 119 | 221 | 0.75 | 0.46 | 0 | 0.13 | 216.87 | 0.71 | 0.54 |
| Hex | 37 | 77 | DD | 4B | 2E | 0 | D | D9 | 47 | 36 |
| Octal | 67 | 167 | 335 | 113 | 56 | 0 | 15 | 331 | 107 | 66 |
| Binary | 110111 | 1110111 | 11011101 | 1001011 | 101110 | 0 | 1101 | 11011001 | 1000111 | 110110 |
Color Harmonies of #3777DD
Complementary color
Monochromatic Colors of #3777DD
Black with #3777DD
Text Example
Text Example
White with #3777DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3777DD; }
p { color: rgb(55,119,221); }
H1.HeaderClassName
{
color: #3777DD;
}
.AnyTagClassName
{
color: #3777DD;
}
</style>
background-color css
<style>
a { background-color: #3777DD; }
a { background-color: rgb(55,119,221); }
div.DivClassName
{
background-color: #3777DD;
}
.BgClassName
{
background-color: #3777DD;
}
</style>
border-color css
<style>
span { border-color: #3777DD; }
span { border-color: rgb(55,119,221); }
td.TdClassName
{
border-color: #3777DD;
}
.TagClassName
{
border-color: #3777DD;
}
</style>