Shades of Royal Blue #3781DB
Tints of Royal Blue #3781DB
RGB
CMYK
RGB Variations
Color information
#3781DB (or 0x3781DB) is known color: Royal Blue. HEX triplet: 37, 81 and DB. RGB value is (55,129,219). Sum of RGB (Red+Green+Blue) = 55+129+219=403 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.65% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #3781DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3781DB is #C87E24. Grayscale: #747474. Windows color (decimal): -13139493 or 14385463. OLE color: 14385463.
HSL color Cylindrical-coordinate representation of color #3781DB: hue angle of 212.93º 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 #3781DB is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 129 | 219 | - |
| CMYK | 0.75 | 0.41 | 0 | 0.14 |
| HSL | 212.93º | 0.69% | 0.54% | - |
| HSV(B) | 212.93º | 0.75% | 0.86% | - |
| XYZ | 22.21 | 21.63 | 70.02 | - |
| YUV | 117.13 | 185.48 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 129 | 219 | 0.75 | 0.41 | 0 | 0.14 | 212.93 | 0.69 | 0.54 |
| Hex | 37 | 81 | DB | 4B | 29 | 0 | E | D5 | 45 | 36 |
| Octal | 67 | 201 | 333 | 113 | 51 | 0 | 16 | 325 | 105 | 66 |
| Binary | 110111 | 10000001 | 11011011 | 1001011 | 101001 | 0 | 1110 | 11010101 | 1000101 | 110110 |
Color Harmonies of #3781DB
Complementary color
Monochromatic Colors of #3781DB
Black with #3781DB
Text Example
Text Example
White with #3781DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3781DB; }
p { color: rgb(55,129,219); }
H1.HeaderClassName
{
color: #3781DB;
}
.AnyTagClassName
{
color: #3781DB;
}
</style>
background-color css
<style>
a { background-color: #3781DB; }
a { background-color: rgb(55,129,219); }
div.DivClassName
{
background-color: #3781DB;
}
.BgClassName
{
background-color: #3781DB;
}
</style>
border-color css
<style>
span { border-color: #3781DB; }
span { border-color: rgb(55,129,219); }
td.TdClassName
{
border-color: #3781DB;
}
.TagClassName
{
border-color: #3781DB;
}
</style>