Shades of Royal Blue #3178E0
Tints of Royal Blue #3178E0
RGB
CMYK
RGB Variations
Color information
#3178E0 (or 0x3178E0) is known color: Royal Blue. HEX triplet: 31, 78 and E0. RGB value is (49,120,224). Sum of RGB (Red+Green+Blue) = 49+120+224=393 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.47% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 224 (87.89% from 255 or 57.00% from 393); Max value from RGB is 224 - color contains mainly: blue. Hex color #3178E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3178E0 is #CE871F. Grayscale: #6E6E6E. Windows color (decimal): -13535008 or 14710833. OLE color: 14710833.
HSL color Cylindrical-coordinate representation of color #3178E0: hue angle of 215.66º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3178E0 is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 120 | 224 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.12 |
| HSL | 215.66º | 0.74% | 0.54% | - |
| HSV(B) | 215.66º | 0.78% | 0.88% | - |
| XYZ | 21.44 | 19.47 | 73.15 | - |
| YUV | 110.63 | 191.98 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 120 | 224 | 0.78 | 0.46 | 0 | 0.12 | 215.66 | 0.74 | 0.54 |
| Hex | 31 | 78 | E0 | 4E | 2E | 0 | C | D8 | 4A | 36 |
| Octal | 61 | 170 | 340 | 116 | 56 | 0 | 14 | 330 | 112 | 66 |
| Binary | 110001 | 1111000 | 11100000 | 1001110 | 101110 | 0 | 1100 | 11011000 | 1001010 | 110110 |
Color Harmonies of #3178E0
Complementary color
Monochromatic Colors of #3178E0
Black with #3178E0
Text Example
Text Example
White with #3178E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3178E0; }
p { color: rgb(49,120,224); }
H1.HeaderClassName
{
color: #3178E0;
}
.AnyTagClassName
{
color: #3178E0;
}
</style>
background-color css
<style>
a { background-color: #3178E0; }
a { background-color: rgb(49,120,224); }
div.DivClassName
{
background-color: #3178E0;
}
.BgClassName
{
background-color: #3178E0;
}
</style>
border-color css
<style>
span { border-color: #3178E0; }
span { border-color: rgb(49,120,224); }
td.TdClassName
{
border-color: #3178E0;
}
.TagClassName
{
border-color: #3178E0;
}
</style>