Shades of Royal Blue #3766DB
Tints of Royal Blue #3766DB
RGB
CMYK
RGB Variations
Color information
#3766DB (or 0x3766DB) is known color: Royal Blue. HEX triplet: 37, 66 and DB. RGB value is (55,102,219). Sum of RGB (Red+Green+Blue) = 55+102+219=376 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.63% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #3766DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3766DB is #C89924. Grayscale: #646464. Windows color (decimal): -13146405 or 14378551. OLE color: 14378551.
HSL color Cylindrical-coordinate representation of color #3766DB: hue angle of 222.8º 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 #3766DB is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 102 | 219 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.14 |
| HSL | 222.8º | 0.69% | 0.54% | - |
| HSV(B) | 222.8º | 0.75% | 0.86% | - |
| XYZ | 19.11 | 15.43 | 68.99 | - |
| YUV | 101.29 | 194.43 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 102 | 219 | 0.75 | 0.53 | 0 | 0.14 | 222.8 | 0.69 | 0.54 |
| Hex | 37 | 66 | DB | 4B | 35 | 0 | E | DF | 45 | 36 |
| Octal | 67 | 146 | 333 | 113 | 65 | 0 | 16 | 337 | 105 | 66 |
| Binary | 110111 | 1100110 | 11011011 | 1001011 | 110101 | 0 | 1110 | 11011111 | 1000101 | 110110 |
Color Harmonies of #3766DB
Complementary color
Monochromatic Colors of #3766DB
Black with #3766DB
Text Example
Text Example
White with #3766DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3766DB; }
p { color: rgb(55,102,219); }
H1.HeaderClassName
{
color: #3766DB;
}
.AnyTagClassName
{
color: #3766DB;
}
</style>
background-color css
<style>
a { background-color: #3766DB; }
a { background-color: rgb(55,102,219); }
div.DivClassName
{
background-color: #3766DB;
}
.BgClassName
{
background-color: #3766DB;
}
</style>
border-color css
<style>
span { border-color: #3766DB; }
span { border-color: rgb(55,102,219); }
td.TdClassName
{
border-color: #3766DB;
}
.TagClassName
{
border-color: #3766DB;
}
</style>