Shades of Royal Blue #3178DF
Tints of Royal Blue #3178DF
RGB
CMYK
RGB Variations
Color information
#3178DF (or 0x3178DF) is known color: Royal Blue. HEX triplet: 31, 78 and DF. RGB value is (49,120,223). Sum of RGB (Red+Green+Blue) = 49+120+223=392 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.5% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #3178DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3178DF is #CE8720. Grayscale: #6E6E6E. Windows color (decimal): -13535009 or 14645297. OLE color: 14645297.
HSL color Cylindrical-coordinate representation of color #3178DF: hue angle of 215.52º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3178DF is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 120 | 223 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.13 |
| HSL | 215.52º | 0.73% | 0.53% | - |
| HSV(B) | 215.52º | 0.78% | 0.87% | - |
| XYZ | 21.3 | 19.41 | 72.44 | - |
| YUV | 110.51 | 191.48 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 120 | 223 | 0.78 | 0.46 | 0 | 0.13 | 215.52 | 0.73 | 0.53 |
| Hex | 31 | 78 | DF | 4E | 2E | 0 | D | D8 | 49 | 35 |
| Octal | 61 | 170 | 337 | 116 | 56 | 0 | 15 | 330 | 111 | 65 |
| Binary | 110001 | 1111000 | 11011111 | 1001110 | 101110 | 0 | 1101 | 11011000 | 1001001 | 110101 |
Color Harmonies of #3178DF
Complementary color
Monochromatic Colors of #3178DF
Black with #3178DF
Text Example
Text Example
White with #3178DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3178DF; }
p { color: rgb(49,120,223); }
H1.HeaderClassName
{
color: #3178DF;
}
.AnyTagClassName
{
color: #3178DF;
}
</style>
background-color css
<style>
a { background-color: #3178DF; }
a { background-color: rgb(49,120,223); }
div.DivClassName
{
background-color: #3178DF;
}
.BgClassName
{
background-color: #3178DF;
}
</style>
border-color css
<style>
span { border-color: #3178DF; }
span { border-color: rgb(49,120,223); }
td.TdClassName
{
border-color: #3178DF;
}
.TagClassName
{
border-color: #3178DF;
}
</style>