Shades of Royal Blue #3764EB
Tints of Royal Blue #3764EB
RGB
CMYK
RGB Variations
Color information
#3764EB (or 0x3764EB) is known color: Royal Blue. HEX triplet: 37, 64 and EB. RGB value is (55,100,235). Sum of RGB (Red+Green+Blue) = 55+100+235=390 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.10% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 235 (92.19% from 255 or 60.26% from 390); Max value from RGB is 235 - color contains mainly: blue. Hex color #3764EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3764EB is #C89B14. Grayscale: #656565. Windows color (decimal): -13146901 or 15426615. OLE color: 15426615.
HSL color Cylindrical-coordinate representation of color #3764EB: hue angle of 225º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3764EB is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 55 | 100 | 235 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.08 |
| HSL | 225º | 0.82% | 0.57% | - |
| HSV(B) | 225º | 0.77% | 0.92% | - |
| XYZ | 21.13 | 15.92 | 80.56 | - |
| YUV | 101.94 | 203.09 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 100 | 235 | 0.77 | 0.57 | 0 | 0.08 | 225 | 0.82 | 0.57 |
| Hex | 37 | 64 | EB | 4D | 39 | 0 | 8 | E1 | 52 | 39 |
| Octal | 67 | 144 | 353 | 115 | 71 | 0 | 10 | 341 | 122 | 71 |
| Binary | 110111 | 1100100 | 11101011 | 1001101 | 111001 | 0 | 1000 | 11100001 | 1010010 | 111001 |
Color Harmonies of #3764EB
Complementary color
Monochromatic Colors of #3764EB
Black with #3764EB
Text Example
Text Example
White with #3764EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3764EB; }
p { color: rgb(55,100,235); }
H1.HeaderClassName
{
color: #3764EB;
}
.AnyTagClassName
{
color: #3764EB;
}
</style>
background-color css
<style>
a { background-color: #3764EB; }
a { background-color: rgb(55,100,235); }
div.DivClassName
{
background-color: #3764EB;
}
.BgClassName
{
background-color: #3764EB;
}
</style>
border-color css
<style>
span { border-color: #3764EB; }
span { border-color: rgb(55,100,235); }
td.TdClassName
{
border-color: #3764EB;
}
.TagClassName
{
border-color: #3764EB;
}
</style>