Shades of Royal Blue #3756EC
Tints of Royal Blue #3756EC
RGB
CMYK
RGB Variations
Color information
#3756EC (or 0x3756EC) is known color: Royal Blue. HEX triplet: 37, 56 and EC. RGB value is (55,86,236). Sum of RGB (Red+Green+Blue) = 55+86+236=377 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.59% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 236 (92.58% from 255 or 62.60% from 377); Max value from RGB is 236 - color contains mainly: blue. Hex color #3756EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3756EC is #C8A913. Grayscale: #5D5D5D. Windows color (decimal): -13150484 or 15488567. OLE color: 15488567.
HSL color Cylindrical-coordinate representation of color #3756EC: hue angle of 229.72º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3756EC is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 86 | 236 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.07 |
| HSL | 229.72º | 0.83% | 0.57% | - |
| HSV(B) | 229.72º | 0.77% | 0.93% | - |
| XYZ | 20.04 | 13.52 | 80.91 | - |
| YUV | 93.83 | 208.23 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 86 | 236 | 0.77 | 0.64 | 0 | 0.07 | 229.72 | 0.83 | 0.57 |
| Hex | 37 | 56 | EC | 4D | 40 | 0 | 7 | E6 | 53 | 39 |
| Octal | 67 | 126 | 354 | 115 | 100 | 0 | 7 | 346 | 123 | 71 |
| Binary | 110111 | 1010110 | 11101100 | 1001101 | 1000000 | 0 | 111 | 11100110 | 1010011 | 111001 |
Color Harmonies of #3756EC
Complementary color
Monochromatic Colors of #3756EC
Black with #3756EC
Text Example
Text Example
White with #3756EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3756EC; }
p { color: rgb(55,86,236); }
H1.HeaderClassName
{
color: #3756EC;
}
.AnyTagClassName
{
color: #3756EC;
}
</style>
background-color css
<style>
a { background-color: #3756EC; }
a { background-color: rgb(55,86,236); }
div.DivClassName
{
background-color: #3756EC;
}
.BgClassName
{
background-color: #3756EC;
}
</style>
border-color css
<style>
span { border-color: #3756EC; }
span { border-color: rgb(55,86,236); }
td.TdClassName
{
border-color: #3756EC;
}
.TagClassName
{
border-color: #3756EC;
}
</style>