Shades of Royal Blue #3670EE
Tints of Royal Blue #3670EE
RGB
CMYK
RGB Variations
Color information
#3670EE (or 0x3670EE) is known color: Royal Blue. HEX triplet: 36, 70 and EE. RGB value is (54,112,238). Sum of RGB (Red+Green+Blue) = 54+112+238=404 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.37% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 238 (93.36% from 255 or 58.91% from 404); Max value from RGB is 238 - color contains mainly: blue. Hex color #3670EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3670EE is #C98F11. Grayscale: #6C6C6C. Windows color (decimal): -13209362 or 15626294. OLE color: 15626294.
HSL color Cylindrical-coordinate representation of color #3670EE: hue angle of 221.09º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3670EE is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 112 | 238 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.07 |
| HSL | 221.09º | 0.84% | 0.57% | - |
| HSV(B) | 221.09º | 0.77% | 0.93% | - |
| XYZ | 22.75 | 18.55 | 83.27 | - |
| YUV | 109.02 | 200.78 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 112 | 238 | 0.77 | 0.53 | 0 | 0.07 | 221.09 | 0.84 | 0.57 |
| Hex | 36 | 70 | EE | 4D | 35 | 0 | 7 | DD | 54 | 39 |
| Octal | 66 | 160 | 356 | 115 | 65 | 0 | 7 | 335 | 124 | 71 |
| Binary | 110110 | 1110000 | 11101110 | 1001101 | 110101 | 0 | 111 | 11011101 | 1010100 | 111001 |
Color Harmonies of #3670EE
Complementary color
Monochromatic Colors of #3670EE
Black with #3670EE
Text Example
Text Example
White with #3670EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3670EE; }
p { color: rgb(54,112,238); }
H1.HeaderClassName
{
color: #3670EE;
}
.AnyTagClassName
{
color: #3670EE;
}
</style>
background-color css
<style>
a { background-color: #3670EE; }
a { background-color: rgb(54,112,238); }
div.DivClassName
{
background-color: #3670EE;
}
.BgClassName
{
background-color: #3670EE;
}
</style>
border-color css
<style>
span { border-color: #3670EE; }
span { border-color: rgb(54,112,238); }
td.TdClassName
{
border-color: #3670EE;
}
.TagClassName
{
border-color: #3670EE;
}
</style>