Shades of Royal Blue #3178D7
Tints of Royal Blue #3178D7
RGB
CMYK
RGB Variations
Color information
#3178D7 (or 0x3178D7) is known color: Royal Blue. HEX triplet: 31, 78 and D7. RGB value is (49,120,215). Sum of RGB (Red+Green+Blue) = 49+120+215=384 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.76% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 215 (84.38% from 255 or 55.99% from 384); Max value from RGB is 215 - color contains mainly: blue. Hex color #3178D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3178D7 is #CE8728. Grayscale: #6D6D6D. Windows color (decimal): -13535017 or 14121009. OLE color: 14121009.
HSL color Cylindrical-coordinate representation of color #3178D7: hue angle of 214.34º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3178D7 is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 120 | 215 | - |
| CMYK | 0.77 | 0.44 | 0 | 0.16 |
| HSL | 214.34º | 0.67% | 0.52% | - |
| HSV(B) | 214.34º | 0.77% | 0.84% | - |
| XYZ | 20.25 | 18.99 | 66.89 | - |
| YUV | 109.6 | 187.48 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 120 | 215 | 0.77 | 0.44 | 0 | 0.16 | 214.34 | 0.67 | 0.52 |
| Hex | 31 | 78 | D7 | 4D | 2C | 0 | 10 | D6 | 43 | 34 |
| Octal | 61 | 170 | 327 | 115 | 54 | 0 | 20 | 326 | 103 | 64 |
| Binary | 110001 | 1111000 | 11010111 | 1001101 | 101100 | 0 | 10000 | 11010110 | 1000011 | 110100 |
Color Harmonies of #3178D7
Complementary color
Monochromatic Colors of #3178D7
Black with #3178D7
Text Example
Text Example
White with #3178D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3178D7; }
p { color: rgb(49,120,215); }
H1.HeaderClassName
{
color: #3178D7;
}
.AnyTagClassName
{
color: #3178D7;
}
</style>
background-color css
<style>
a { background-color: #3178D7; }
a { background-color: rgb(49,120,215); }
div.DivClassName
{
background-color: #3178D7;
}
.BgClassName
{
background-color: #3178D7;
}
</style>
border-color css
<style>
span { border-color: #3178D7; }
span { border-color: rgb(49,120,215); }
td.TdClassName
{
border-color: #3178D7;
}
.TagClassName
{
border-color: #3178D7;
}
</style>