Shades of Royal Blue #3670F9
Tints of Royal Blue #3670F9
RGB
CMYK
RGB Variations
Color information
#3670F9 (or 0x3670F9) is known color: Royal Blue. HEX triplet: 36, 70 and F9. RGB value is (54,112,249). Sum of RGB (Red+Green+Blue) = 54+112+249=415 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.01% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 249 (97.66% from 255 or 60% from 415); Max value from RGB is 249 - color contains mainly: blue. Hex color #3670F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3670F9 is #C98F06. Grayscale: #6D6D6D. Windows color (decimal): -13209351 or 16347190. OLE color: 16347190.
HSL color Cylindrical-coordinate representation of color #3670F9: hue angle of 222.15º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3670F9 is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 112 | 249 | - |
| CMYK | 0.78 | 0.55 | 0 | 0.02 |
| HSL | 222.15º | 0.94% | 0.59% | - |
| HSV(B) | 222.15º | 0.78% | 0.98% | - |
| XYZ | 24.41 | 19.21 | 92.04 | - |
| YUV | 110.28 | 206.28 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 112 | 249 | 0.78 | 0.55 | 0 | 0.02 | 222.15 | 0.94 | 0.59 |
| Hex | 36 | 70 | F9 | 4E | 37 | 0 | 2 | DE | 5E | 3B |
| Octal | 66 | 160 | 371 | 116 | 67 | 0 | 2 | 336 | 136 | 73 |
| Binary | 110110 | 1110000 | 11111001 | 1001110 | 110111 | 0 | 10 | 11011110 | 1011110 | 111011 |
Color Harmonies of #3670F9
Complementary color
Monochromatic Colors of #3670F9
Black with #3670F9
Text Example
Text Example
White with #3670F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3670F9; }
p { color: rgb(54,112,249); }
H1.HeaderClassName
{
color: #3670F9;
}
.AnyTagClassName
{
color: #3670F9;
}
</style>
background-color css
<style>
a { background-color: #3670F9; }
a { background-color: rgb(54,112,249); }
div.DivClassName
{
background-color: #3670F9;
}
.BgClassName
{
background-color: #3670F9;
}
</style>
border-color css
<style>
span { border-color: #3670F9; }
span { border-color: rgb(54,112,249); }
td.TdClassName
{
border-color: #3670F9;
}
.TagClassName
{
border-color: #3670F9;
}
</style>