Shades of Royal Blue #3766E4
Tints of Royal Blue #3766E4
RGB
CMYK
RGB Variations
Color information
#3766E4 (or 0x3766E4) is known color: Royal Blue. HEX triplet: 37, 66 and E4. RGB value is (55,102,228). Sum of RGB (Red+Green+Blue) = 55+102+228=385 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.29% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 228 (89.45% from 255 or 59.22% from 385); Max value from RGB is 228 - color contains mainly: blue. Hex color #3766E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3766E4 is #C8991B. Grayscale: #656565. Windows color (decimal): -13146396 or 14968375. OLE color: 14968375.
HSL color Cylindrical-coordinate representation of color #3766E4: hue angle of 223.7º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3766E4 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 55 | 102 | 228 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.11 |
| HSL | 223.7º | 0.76% | 0.55% | - |
| HSV(B) | 223.7º | 0.76% | 0.89% | - |
| XYZ | 20.33 | 15.92 | 75.4 | - |
| YUV | 102.31 | 198.93 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 102 | 228 | 0.76 | 0.55 | 0 | 0.11 | 223.7 | 0.76 | 0.55 |
| Hex | 37 | 66 | E4 | 4C | 37 | 0 | B | E0 | 4C | 37 |
| Octal | 67 | 146 | 344 | 114 | 67 | 0 | 13 | 340 | 114 | 67 |
| Binary | 110111 | 1100110 | 11100100 | 1001100 | 110111 | 0 | 1011 | 11100000 | 1001100 | 110111 |
Color Harmonies of #3766E4
Complementary color
Monochromatic Colors of #3766E4
Black with #3766E4
Text Example
Text Example
White with #3766E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3766E4; }
p { color: rgb(55,102,228); }
H1.HeaderClassName
{
color: #3766E4;
}
.AnyTagClassName
{
color: #3766E4;
}
</style>
background-color css
<style>
a { background-color: #3766E4; }
a { background-color: rgb(55,102,228); }
div.DivClassName
{
background-color: #3766E4;
}
.BgClassName
{
background-color: #3766E4;
}
</style>
border-color css
<style>
span { border-color: #3766E4; }
span { border-color: rgb(55,102,228); }
td.TdClassName
{
border-color: #3766E4;
}
.TagClassName
{
border-color: #3766E4;
}
</style>