Shades of Royal Blue #3757DB
Tints of Royal Blue #3757DB
RGB
CMYK
RGB Variations
Color information
#3757DB (or 0x3757DB) is known color: Royal Blue. HEX triplet: 37, 57 and DB. RGB value is (55,87,219). Sum of RGB (Red+Green+Blue) = 55+87+219=361 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.24% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #3757DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3757DB is #C8A824. Grayscale: #5B5B5B. Windows color (decimal): -13150245 or 14374711. OLE color: 14374711.
HSL color Cylindrical-coordinate representation of color #3757DB: hue angle of 228.29º 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 #3757DB is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 87 | 219 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.14 |
| HSL | 228.29º | 0.69% | 0.54% | - |
| HSV(B) | 228.29º | 0.75% | 0.86% | - |
| XYZ | 17.77 | 12.74 | 68.54 | - |
| YUV | 92.48 | 199.4 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 87 | 219 | 0.75 | 0.60 | 0 | 0.14 | 228.29 | 0.69 | 0.54 |
| Hex | 37 | 57 | DB | 4B | 3C | 0 | E | E4 | 45 | 36 |
| Octal | 67 | 127 | 333 | 113 | 74 | 0 | 16 | 344 | 105 | 66 |
| Binary | 110111 | 1010111 | 11011011 | 1001011 | 111100 | 0 | 1110 | 11100100 | 1000101 | 110110 |
Color Harmonies of #3757DB
Complementary color
Monochromatic Colors of #3757DB
Black with #3757DB
Text Example
Text Example
White with #3757DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3757DB; }
p { color: rgb(55,87,219); }
H1.HeaderClassName
{
color: #3757DB;
}
.AnyTagClassName
{
color: #3757DB;
}
</style>
background-color css
<style>
a { background-color: #3757DB; }
a { background-color: rgb(55,87,219); }
div.DivClassName
{
background-color: #3757DB;
}
.BgClassName
{
background-color: #3757DB;
}
</style>
border-color css
<style>
span { border-color: #3757DB; }
span { border-color: rgb(55,87,219); }
td.TdClassName
{
border-color: #3757DB;
}
.TagClassName
{
border-color: #3757DB;
}
</style>