Shades of Royal Blue #3670E0
Tints of Royal Blue #3670E0
RGB
CMYK
RGB Variations
Color information
#3670E0 (or 0x3670E0) is known color: Royal Blue. HEX triplet: 36, 70 and E0. RGB value is (54,112,224). Sum of RGB (Red+Green+Blue) = 54+112+224=390 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.85% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 224 (87.89% from 255 or 57.44% from 390); Max value from RGB is 224 - color contains mainly: blue. Hex color #3670E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3670E0 is #C98F1F. Grayscale: #6A6A6A. Windows color (decimal): -13209376 or 14708790. OLE color: 14708790.
HSL color Cylindrical-coordinate representation of color #3670E0: hue angle of 219.53º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3670E0 is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 54 | 112 | 224 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.12 |
| HSL | 219.53º | 0.73% | 0.55% | - |
| HSV(B) | 219.53º | 0.76% | 0.88% | - |
| XYZ | 20.77 | 17.75 | 72.85 | - |
| YUV | 107.43 | 193.78 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 112 | 224 | 0.76 | 0.50 | 0 | 0.12 | 219.53 | 0.73 | 0.55 |
| Hex | 36 | 70 | E0 | 4C | 32 | 0 | C | DC | 49 | 37 |
| Octal | 66 | 160 | 340 | 114 | 62 | 0 | 14 | 334 | 111 | 67 |
| Binary | 110110 | 1110000 | 11100000 | 1001100 | 110010 | 0 | 1100 | 11011100 | 1001001 | 110111 |
Color Harmonies of #3670E0
Complementary color
Monochromatic Colors of #3670E0
Black with #3670E0
Text Example
Text Example
White with #3670E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3670E0; }
p { color: rgb(54,112,224); }
H1.HeaderClassName
{
color: #3670E0;
}
.AnyTagClassName
{
color: #3670E0;
}
</style>
background-color css
<style>
a { background-color: #3670E0; }
a { background-color: rgb(54,112,224); }
div.DivClassName
{
background-color: #3670E0;
}
.BgClassName
{
background-color: #3670E0;
}
</style>
border-color css
<style>
span { border-color: #3670E0; }
span { border-color: rgb(54,112,224); }
td.TdClassName
{
border-color: #3670E0;
}
.TagClassName
{
border-color: #3670E0;
}
</style>