Shades of Royal Blue #3178DB
Tints of Royal Blue #3178DB
RGB
CMYK
RGB Variations
Color information
#3178DB (or 0x3178DB) is known color: Royal Blue. HEX triplet: 31, 78 and DB. RGB value is (49,120,219). Sum of RGB (Red+Green+Blue) = 49+120+219=388 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.63% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #3178DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3178DB is #CE8724. Grayscale: #6D6D6D. Windows color (decimal): -13535013 or 14383153. OLE color: 14383153.
HSL color Cylindrical-coordinate representation of color #3178DB: hue angle of 214.94º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3178DB is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 120 | 219 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.14 |
| HSL | 214.94º | 0.7% | 0.53% | - |
| HSV(B) | 214.94º | 0.78% | 0.86% | - |
| XYZ | 20.77 | 19.2 | 69.63 | - |
| YUV | 110.06 | 189.48 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 120 | 219 | 0.78 | 0.45 | 0 | 0.14 | 214.94 | 0.7 | 0.53 |
| Hex | 31 | 78 | DB | 4E | 2D | 0 | E | D7 | 46 | 35 |
| Octal | 61 | 170 | 333 | 116 | 55 | 0 | 16 | 327 | 106 | 65 |
| Binary | 110001 | 1111000 | 11011011 | 1001110 | 101101 | 0 | 1110 | 11010111 | 1000110 | 110101 |
Color Harmonies of #3178DB
Complementary color
Monochromatic Colors of #3178DB
Black with #3178DB
Text Example
Text Example
White with #3178DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3178DB; }
p { color: rgb(49,120,219); }
H1.HeaderClassName
{
color: #3178DB;
}
.AnyTagClassName
{
color: #3178DB;
}
</style>
background-color css
<style>
a { background-color: #3178DB; }
a { background-color: rgb(49,120,219); }
div.DivClassName
{
background-color: #3178DB;
}
.BgClassName
{
background-color: #3178DB;
}
</style>
border-color css
<style>
span { border-color: #3178DB; }
span { border-color: rgb(49,120,219); }
td.TdClassName
{
border-color: #3178DB;
}
.TagClassName
{
border-color: #3178DB;
}
</style>