Shades of Royal Blue #3773DD
Tints of Royal Blue #3773DD
RGB
CMYK
RGB Variations
Color information
#3773DD (or 0x3773DD) is known color: Royal Blue. HEX triplet: 37, 73 and DD. RGB value is (55,115,221). Sum of RGB (Red+Green+Blue) = 55+115+221=391 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.07% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #3773DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3773DD is #C88C22. Grayscale: #6C6C6C. Windows color (decimal): -13143075 or 14512951. OLE color: 14512951.
HSL color Cylindrical-coordinate representation of color #3773DD: hue angle of 218.31º 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 #3773DD is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 115 | 221 | - |
| CMYK | 0.75 | 0.48 | 0 | 0.13 |
| HSL | 218.31º | 0.71% | 0.54% | - |
| HSV(B) | 218.31º | 0.75% | 0.87% | - |
| XYZ | 20.76 | 18.29 | 70.84 | - |
| YUV | 109.14 | 191.12 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 115 | 221 | 0.75 | 0.48 | 0 | 0.13 | 218.31 | 0.71 | 0.54 |
| Hex | 37 | 73 | DD | 4B | 30 | 0 | D | DA | 47 | 36 |
| Octal | 67 | 163 | 335 | 113 | 60 | 0 | 15 | 332 | 107 | 66 |
| Binary | 110111 | 1110011 | 11011101 | 1001011 | 110000 | 0 | 1101 | 11011010 | 1000111 | 110110 |
Color Harmonies of #3773DD
Complementary color
Monochromatic Colors of #3773DD
Black with #3773DD
Text Example
Text Example
White with #3773DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3773DD; }
p { color: rgb(55,115,221); }
H1.HeaderClassName
{
color: #3773DD;
}
.AnyTagClassName
{
color: #3773DD;
}
</style>
background-color css
<style>
a { background-color: #3773DD; }
a { background-color: rgb(55,115,221); }
div.DivClassName
{
background-color: #3773DD;
}
.BgClassName
{
background-color: #3773DD;
}
</style>
border-color css
<style>
span { border-color: #3773DD; }
span { border-color: rgb(55,115,221); }
td.TdClassName
{
border-color: #3773DD;
}
.TagClassName
{
border-color: #3773DD;
}
</style>