Shades of Royal Blue #3179F3
Tints of Royal Blue #3179F3
RGB
CMYK
RGB Variations
Color information
#3179F3 (or 0x3179F3) is known color: Royal Blue. HEX triplet: 31, 79 and F3. RGB value is (49,121,243). Sum of RGB (Red+Green+Blue) = 49+121+243=413 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.86% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 243 (95.31% from 255 or 58.84% from 413); Max value from RGB is 243 - color contains mainly: blue. Hex color #3179F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3179F3 is #CE860C. Grayscale: #707070. Windows color (decimal): -13534733 or 15956273. OLE color: 15956273.
HSL color Cylindrical-coordinate representation of color #3179F3: hue angle of 217.73º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3179F3 is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 121 | 243 | - |
| CMYK | 0.80 | 0.50 | 0 | 0.05 |
| HSL | 217.73º | 0.89% | 0.57% | - |
| HSV(B) | 217.73º | 0.8% | 0.95% | - |
| XYZ | 24.28 | 20.8 | 87.53 | - |
| YUV | 113.38 | 201.15 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 121 | 243 | 0.80 | 0.50 | 0 | 0.05 | 217.73 | 0.89 | 0.57 |
| Hex | 31 | 79 | F3 | 50 | 32 | 0 | 5 | DA | 59 | 39 |
| Octal | 61 | 171 | 363 | 120 | 62 | 0 | 5 | 332 | 131 | 71 |
| Binary | 110001 | 1111001 | 11110011 | 1010000 | 110010 | 0 | 101 | 11011010 | 1011001 | 111001 |
Color Harmonies of #3179F3
Complementary color
Monochromatic Colors of #3179F3
Black with #3179F3
Text Example
Text Example
White with #3179F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3179F3; }
p { color: rgb(49,121,243); }
H1.HeaderClassName
{
color: #3179F3;
}
.AnyTagClassName
{
color: #3179F3;
}
</style>
background-color css
<style>
a { background-color: #3179F3; }
a { background-color: rgb(49,121,243); }
div.DivClassName
{
background-color: #3179F3;
}
.BgClassName
{
background-color: #3179F3;
}
</style>
border-color css
<style>
span { border-color: #3179F3; }
span { border-color: rgb(49,121,243); }
td.TdClassName
{
border-color: #3179F3;
}
.TagClassName
{
border-color: #3179F3;
}
</style>