Shades of Royal Blue #3175F4
Tints of Royal Blue #3175F4
RGB
CMYK
RGB Variations
Color information
#3175F4 (or 0x3175F4) is known color: Royal Blue. HEX triplet: 31, 75 and F4. RGB value is (49,117,244). Sum of RGB (Red+Green+Blue) = 49+117+244=410 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.95% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 244 (95.70% from 255 or 59.51% from 410); Max value from RGB is 244 - color contains mainly: blue. Hex color #3175F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3175F4 is #CE8A0B. Grayscale: #6E6E6E. Windows color (decimal): -13535756 or 16020785. OLE color: 16020785.
HSL color Cylindrical-coordinate representation of color #3175F4: hue angle of 219.08º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3175F4 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 117 | 244 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.04 |
| HSL | 219.08º | 0.9% | 0.57% | - |
| HSV(B) | 219.08º | 0.8% | 0.96% | - |
| XYZ | 23.96 | 19.91 | 88.17 | - |
| YUV | 111.15 | 202.97 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 117 | 244 | 0.80 | 0.52 | 0 | 0.04 | 219.08 | 0.9 | 0.57 |
| Hex | 31 | 75 | F4 | 50 | 34 | 0 | 4 | DB | 5A | 39 |
| Octal | 61 | 165 | 364 | 120 | 64 | 0 | 4 | 333 | 132 | 71 |
| Binary | 110001 | 1110101 | 11110100 | 1010000 | 110100 | 0 | 100 | 11011011 | 1011010 | 111001 |
Color Harmonies of #3175F4
Complementary color
Monochromatic Colors of #3175F4
Black with #3175F4
Text Example
Text Example
White with #3175F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3175F4; }
p { color: rgb(49,117,244); }
H1.HeaderClassName
{
color: #3175F4;
}
.AnyTagClassName
{
color: #3175F4;
}
</style>
background-color css
<style>
a { background-color: #3175F4; }
a { background-color: rgb(49,117,244); }
div.DivClassName
{
background-color: #3175F4;
}
.BgClassName
{
background-color: #3175F4;
}
</style>
border-color css
<style>
span { border-color: #3175F4; }
span { border-color: rgb(49,117,244); }
td.TdClassName
{
border-color: #3175F4;
}
.TagClassName
{
border-color: #3175F4;
}
</style>