Shades of Royal Blue #3759DC
Tints of Royal Blue #3759DC
RGB
CMYK
RGB Variations
Color information
#3759DC (or 0x3759DC) is known color: Royal Blue. HEX triplet: 37, 59 and DC. RGB value is (55,89,220). Sum of RGB (Red+Green+Blue) = 55+89+220=364 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.11% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #3759DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3759DC is #C8A623. Grayscale: #5D5D5D. Windows color (decimal): -13149732 or 14440759. OLE color: 14440759.
HSL color Cylindrical-coordinate representation of color #3759DC: hue angle of 227.64º degrees, saturation: 0.7, 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 #3759DC is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 89 | 220 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.14 |
| HSL | 227.64º | 0.7% | 0.54% | - |
| HSV(B) | 227.64º | 0.75% | 0.86% | - |
| XYZ | 18.07 | 13.12 | 69.29 | - |
| YUV | 93.77 | 199.24 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 89 | 220 | 0.75 | 0.60 | 0 | 0.14 | 227.64 | 0.7 | 0.54 |
| Hex | 37 | 59 | DC | 4B | 3C | 0 | E | E4 | 46 | 36 |
| Octal | 67 | 131 | 334 | 113 | 74 | 0 | 16 | 344 | 106 | 66 |
| Binary | 110111 | 1011001 | 11011100 | 1001011 | 111100 | 0 | 1110 | 11100100 | 1000110 | 110110 |
Color Harmonies of #3759DC
Complementary color
Monochromatic Colors of #3759DC
Black with #3759DC
Text Example
Text Example
White with #3759DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3759DC; }
p { color: rgb(55,89,220); }
H1.HeaderClassName
{
color: #3759DC;
}
.AnyTagClassName
{
color: #3759DC;
}
</style>
background-color css
<style>
a { background-color: #3759DC; }
a { background-color: rgb(55,89,220); }
div.DivClassName
{
background-color: #3759DC;
}
.BgClassName
{
background-color: #3759DC;
}
</style>
border-color css
<style>
span { border-color: #3759DC; }
span { border-color: rgb(55,89,220); }
td.TdClassName
{
border-color: #3759DC;
}
.TagClassName
{
border-color: #3759DC;
}
</style>