Shades of Royal Blue #3670E9
Tints of Royal Blue #3670E9
RGB
CMYK
RGB Variations
Color information
#3670E9 (or 0x3670E9) is known color: Royal Blue. HEX triplet: 36, 70 and E9. RGB value is (54,112,233). Sum of RGB (Red+Green+Blue) = 54+112+233=399 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.53% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 233 (91.41% from 255 or 58.40% from 399); Max value from RGB is 233 - color contains mainly: blue. Hex color #3670E9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3670E9 is #C98F16. Grayscale: #6B6B6B. Windows color (decimal): -13209367 or 15298614. OLE color: 15298614.
HSL color Cylindrical-coordinate representation of color #3670E9: hue angle of 220.56º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3670E9 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 54 | 112 | 233 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.09 |
| HSL | 220.56º | 0.8% | 0.56% | - |
| HSV(B) | 220.56º | 0.77% | 0.91% | - |
| XYZ | 22.02 | 18.26 | 79.45 | - |
| YUV | 108.45 | 198.28 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 112 | 233 | 0.77 | 0.52 | 0 | 0.09 | 220.56 | 0.8 | 0.56 |
| Hex | 36 | 70 | E9 | 4D | 34 | 0 | 9 | DD | 50 | 38 |
| Octal | 66 | 160 | 351 | 115 | 64 | 0 | 11 | 335 | 120 | 70 |
| Binary | 110110 | 1110000 | 11101001 | 1001101 | 110100 | 0 | 1001 | 11011101 | 1010000 | 111000 |
Color Harmonies of #3670E9
Complementary color
Monochromatic Colors of #3670E9
Black with #3670E9
Text Example
Text Example
White with #3670E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3670E9; }
p { color: rgb(54,112,233); }
H1.HeaderClassName
{
color: #3670E9;
}
.AnyTagClassName
{
color: #3670E9;
}
</style>
background-color css
<style>
a { background-color: #3670E9; }
a { background-color: rgb(54,112,233); }
div.DivClassName
{
background-color: #3670E9;
}
.BgClassName
{
background-color: #3670E9;
}
</style>
border-color css
<style>
span { border-color: #3670E9; }
span { border-color: rgb(54,112,233); }
td.TdClassName
{
border-color: #3670E9;
}
.TagClassName
{
border-color: #3670E9;
}
</style>