Shades of Royal Blue #3768EF
Tints of Royal Blue #3768EF
RGB
CMYK
RGB Variations
Color information
#3768EF (or 0x3768EF) is known color: Royal Blue. HEX triplet: 37, 68 and EF. RGB value is (55,104,239). Sum of RGB (Red+Green+Blue) = 55+104+239=398 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.82% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #3768EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3768EF is #C89710. Grayscale: #686868. Windows color (decimal): -13145873 or 15689783. OLE color: 15689783.
HSL color Cylindrical-coordinate representation of color #3768EF: hue angle of 224.02º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3768EF is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 104 | 239 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.06 |
| HSL | 224.02º | 0.85% | 0.58% | - |
| HSV(B) | 224.02º | 0.77% | 0.94% | - |
| XYZ | 22.11 | 16.94 | 83.77 | - |
| YUV | 104.74 | 203.77 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 104 | 239 | 0.77 | 0.56 | 0 | 0.06 | 224.02 | 0.85 | 0.58 |
| Hex | 37 | 68 | EF | 4D | 38 | 0 | 6 | E0 | 55 | 3A |
| Octal | 67 | 150 | 357 | 115 | 70 | 0 | 6 | 340 | 125 | 72 |
| Binary | 110111 | 1101000 | 11101111 | 1001101 | 111000 | 0 | 110 | 11100000 | 1010101 | 111010 |
Color Harmonies of #3768EF
Complementary color
Monochromatic Colors of #3768EF
Black with #3768EF
Text Example
Text Example
White with #3768EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3768EF; }
p { color: rgb(55,104,239); }
H1.HeaderClassName
{
color: #3768EF;
}
.AnyTagClassName
{
color: #3768EF;
}
</style>
background-color css
<style>
a { background-color: #3768EF; }
a { background-color: rgb(55,104,239); }
div.DivClassName
{
background-color: #3768EF;
}
.BgClassName
{
background-color: #3768EF;
}
</style>
border-color css
<style>
span { border-color: #3768EF; }
span { border-color: rgb(55,104,239); }
td.TdClassName
{
border-color: #3768EF;
}
.TagClassName
{
border-color: #3768EF;
}
</style>