Shades of Royal Blue #3775EC
Tints of Royal Blue #3775EC
RGB
CMYK
RGB Variations
Color information
#3775EC (or 0x3775EC) is known color: Royal Blue. HEX triplet: 37, 75 and EC. RGB value is (55,117,236). Sum of RGB (Red+Green+Blue) = 55+117+236=408 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.48% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 236 (92.58% from 255 or 57.84% from 408); Max value from RGB is 236 - color contains mainly: blue. Hex color #3775EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3775EC is #C88A13. Grayscale: #6F6F6F. Windows color (decimal): -13142548 or 15496503. OLE color: 15496503.
HSL color Cylindrical-coordinate representation of color #3775EC: hue angle of 219.45º 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 #3775EC is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 117 | 236 | - |
| CMYK | 0.77 | 0.50 | 0 | 0.07 |
| HSL | 219.45º | 0.83% | 0.57% | - |
| HSV(B) | 219.45º | 0.77% | 0.93% | - |
| XYZ | 23.08 | 19.59 | 81.92 | - |
| YUV | 112.03 | 197.96 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 117 | 236 | 0.77 | 0.50 | 0 | 0.07 | 219.45 | 0.83 | 0.57 |
| Hex | 37 | 75 | EC | 4D | 32 | 0 | 7 | DB | 53 | 39 |
| Octal | 67 | 165 | 354 | 115 | 62 | 0 | 7 | 333 | 123 | 71 |
| Binary | 110111 | 1110101 | 11101100 | 1001101 | 110010 | 0 | 111 | 11011011 | 1010011 | 111001 |
Color Harmonies of #3775EC
Complementary color
Monochromatic Colors of #3775EC
Black with #3775EC
Text Example
Text Example
White with #3775EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3775EC; }
p { color: rgb(55,117,236); }
H1.HeaderClassName
{
color: #3775EC;
}
.AnyTagClassName
{
color: #3775EC;
}
</style>
background-color css
<style>
a { background-color: #3775EC; }
a { background-color: rgb(55,117,236); }
div.DivClassName
{
background-color: #3775EC;
}
.BgClassName
{
background-color: #3775EC;
}
</style>
border-color css
<style>
span { border-color: #3775EC; }
span { border-color: rgb(55,117,236); }
td.TdClassName
{
border-color: #3775EC;
}
.TagClassName
{
border-color: #3775EC;
}
</style>