Shades of Royal Blue #3670EF
Tints of Royal Blue #3670EF
RGB
CMYK
RGB Variations
Color information
#3670EF (or 0x3670EF) is known color: Royal Blue. HEX triplet: 36, 70 and EF. RGB value is (54,112,239). Sum of RGB (Red+Green+Blue) = 54+112+239=405 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.33% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 239 (93.75% from 255 or 59.01% from 405); Max value from RGB is 239 - color contains mainly: blue. Hex color #3670EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3670EF is #C98F10. Grayscale: #6C6C6C. Windows color (decimal): -13209361 or 15691830. OLE color: 15691830.
HSL color Cylindrical-coordinate representation of color #3670EF: hue angle of 221.19º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3670EF is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 112 | 239 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.06 |
| HSL | 221.19º | 0.85% | 0.57% | - |
| HSV(B) | 221.19º | 0.77% | 0.94% | - |
| XYZ | 22.9 | 18.6 | 84.05 | - |
| YUV | 109.14 | 201.28 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 112 | 239 | 0.77 | 0.53 | 0 | 0.06 | 221.19 | 0.85 | 0.57 |
| Hex | 36 | 70 | EF | 4D | 35 | 0 | 6 | DD | 55 | 39 |
| Octal | 66 | 160 | 357 | 115 | 65 | 0 | 6 | 335 | 125 | 71 |
| Binary | 110110 | 1110000 | 11101111 | 1001101 | 110101 | 0 | 110 | 11011101 | 1010101 | 111001 |
Color Harmonies of #3670EF
Complementary color
Monochromatic Colors of #3670EF
Black with #3670EF
Text Example
Text Example
White with #3670EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3670EF; }
p { color: rgb(54,112,239); }
H1.HeaderClassName
{
color: #3670EF;
}
.AnyTagClassName
{
color: #3670EF;
}
</style>
background-color css
<style>
a { background-color: #3670EF; }
a { background-color: rgb(54,112,239); }
div.DivClassName
{
background-color: #3670EF;
}
.BgClassName
{
background-color: #3670EF;
}
</style>
border-color css
<style>
span { border-color: #3670EF; }
span { border-color: rgb(54,112,239); }
td.TdClassName
{
border-color: #3670EF;
}
.TagClassName
{
border-color: #3670EF;
}
</style>