Shades of Royal Blue #3764E7
Tints of Royal Blue #3764E7
RGB
CMYK
RGB Variations
Color information
#3764E7 (or 0x3764E7) is known color: Royal Blue. HEX triplet: 37, 64 and E7. RGB value is (55,100,231). Sum of RGB (Red+Green+Blue) = 55+100+231=386 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.25% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 231 (90.62% from 255 or 59.84% from 386); Max value from RGB is 231 - color contains mainly: blue. Hex color #3764E7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3764E7 is #C89B18. Grayscale: #646464. Windows color (decimal): -13146905 or 15164471. OLE color: 15164471.
HSL color Cylindrical-coordinate representation of color #3764E7: hue angle of 224.66º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3764E7 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 55 | 100 | 231 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.09 |
| HSL | 224.66º | 0.79% | 0.56% | - |
| HSV(B) | 224.66º | 0.76% | 0.91% | - |
| XYZ | 20.56 | 15.7 | 77.55 | - |
| YUV | 101.48 | 201.09 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 100 | 231 | 0.76 | 0.57 | 0 | 0.09 | 224.66 | 0.79 | 0.56 |
| Hex | 37 | 64 | E7 | 4C | 39 | 0 | 9 | E1 | 4F | 38 |
| Octal | 67 | 144 | 347 | 114 | 71 | 0 | 11 | 341 | 117 | 70 |
| Binary | 110111 | 1100100 | 11100111 | 1001100 | 111001 | 0 | 1001 | 11100001 | 1001111 | 111000 |
Color Harmonies of #3764E7
Complementary color
Monochromatic Colors of #3764E7
Black with #3764E7
Text Example
Text Example
White with #3764E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3764E7; }
p { color: rgb(55,100,231); }
H1.HeaderClassName
{
color: #3764E7;
}
.AnyTagClassName
{
color: #3764E7;
}
</style>
background-color css
<style>
a { background-color: #3764E7; }
a { background-color: rgb(55,100,231); }
div.DivClassName
{
background-color: #3764E7;
}
.BgClassName
{
background-color: #3764E7;
}
</style>
border-color css
<style>
span { border-color: #3764E7; }
span { border-color: rgb(55,100,231); }
td.TdClassName
{
border-color: #3764E7;
}
.TagClassName
{
border-color: #3764E7;
}
</style>