Shades of Royal Blue #3778DB
Tints of Royal Blue #3778DB
RGB
CMYK
RGB Variations
Color information
#3778DB (or 0x3778DB) is known color: Royal Blue. HEX triplet: 37, 78 and DB. RGB value is (55,120,219). Sum of RGB (Red+Green+Blue) = 55+120+219=394 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.96% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #3778DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3778DB is #C88724. Grayscale: #6F6F6F. Windows color (decimal): -13141797 or 14383159. OLE color: 14383159.
HSL color Cylindrical-coordinate representation of color #3778DB: hue angle of 216.22º degrees, saturation: 0.69, 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 #3778DB is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 120 | 219 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.14 |
| HSL | 216.22º | 0.69% | 0.54% | - |
| HSV(B) | 216.22º | 0.75% | 0.86% | - |
| XYZ | 21.08 | 19.36 | 69.64 | - |
| YUV | 111.85 | 188.47 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 120 | 219 | 0.75 | 0.45 | 0 | 0.14 | 216.22 | 0.69 | 0.54 |
| Hex | 37 | 78 | DB | 4B | 2D | 0 | E | D8 | 45 | 36 |
| Octal | 67 | 170 | 333 | 113 | 55 | 0 | 16 | 330 | 105 | 66 |
| Binary | 110111 | 1111000 | 11011011 | 1001011 | 101101 | 0 | 1110 | 11011000 | 1000101 | 110110 |
Color Harmonies of #3778DB
Complementary color
Monochromatic Colors of #3778DB
Black with #3778DB
Text Example
Text Example
White with #3778DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3778DB; }
p { color: rgb(55,120,219); }
H1.HeaderClassName
{
color: #3778DB;
}
.AnyTagClassName
{
color: #3778DB;
}
</style>
background-color css
<style>
a { background-color: #3778DB; }
a { background-color: rgb(55,120,219); }
div.DivClassName
{
background-color: #3778DB;
}
.BgClassName
{
background-color: #3778DB;
}
</style>
border-color css
<style>
span { border-color: #3778DB; }
span { border-color: rgb(55,120,219); }
td.TdClassName
{
border-color: #3778DB;
}
.TagClassName
{
border-color: #3778DB;
}
</style>