Shades of Royal Blue #3783DB
Tints of Royal Blue #3783DB
RGB
CMYK
RGB Variations
Color information
#3783DB (or 0x3783DB) is known color: Royal Blue. HEX triplet: 37, 83 and DB. RGB value is (55,131,219). Sum of RGB (Red+Green+Blue) = 55+131+219=405 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.58% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #3783DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3783DB is #C87C24. Grayscale: #757575. Windows color (decimal): -13138981 or 14385975. OLE color: 14385975.
HSL color Cylindrical-coordinate representation of color #3783DB: hue angle of 212.2º 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 #3783DB is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 131 | 219 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.14 |
| HSL | 212.2º | 0.69% | 0.54% | - |
| HSV(B) | 212.2º | 0.75% | 0.86% | - |
| XYZ | 22.48 | 22.16 | 70.11 | - |
| YUV | 118.31 | 184.82 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 131 | 219 | 0.75 | 0.40 | 0 | 0.14 | 212.2 | 0.69 | 0.54 |
| Hex | 37 | 83 | DB | 4B | 28 | 0 | E | D4 | 45 | 36 |
| Octal | 67 | 203 | 333 | 113 | 50 | 0 | 16 | 324 | 105 | 66 |
| Binary | 110111 | 10000011 | 11011011 | 1001011 | 101000 | 0 | 1110 | 11010100 | 1000101 | 110110 |
Color Harmonies of #3783DB
Complementary color
Monochromatic Colors of #3783DB
Black with #3783DB
Text Example
Text Example
White with #3783DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3783DB; }
p { color: rgb(55,131,219); }
H1.HeaderClassName
{
color: #3783DB;
}
.AnyTagClassName
{
color: #3783DB;
}
</style>
background-color css
<style>
a { background-color: #3783DB; }
a { background-color: rgb(55,131,219); }
div.DivClassName
{
background-color: #3783DB;
}
.BgClassName
{
background-color: #3783DB;
}
</style>
border-color css
<style>
span { border-color: #3783DB; }
span { border-color: rgb(55,131,219); }
td.TdClassName
{
border-color: #3783DB;
}
.TagClassName
{
border-color: #3783DB;
}
</style>