Shades of Royal Blue #3177DD
Tints of Royal Blue #3177DD
RGB
CMYK
RGB Variations
Color information
#3177DD (or 0x3177DD) is known color: Royal Blue. HEX triplet: 31, 77 and DD. RGB value is (49,119,221). Sum of RGB (Red+Green+Blue) = 49+119+221=389 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.60% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #3177DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3177DD is #CE8822. Grayscale: #6D6D6D. Windows color (decimal): -13535267 or 14513969. OLE color: 14513969.
HSL color Cylindrical-coordinate representation of color #3177DD: hue angle of 215.58º degrees, saturation: 0.72, 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 #3177DD is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 119 | 221 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.13 |
| HSL | 215.58º | 0.72% | 0.53% | - |
| HSV(B) | 215.58º | 0.78% | 0.87% | - |
| XYZ | 20.91 | 19.07 | 70.98 | - |
| YUV | 109.7 | 190.81 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 119 | 221 | 0.78 | 0.46 | 0 | 0.13 | 215.58 | 0.72 | 0.53 |
| Hex | 31 | 77 | DD | 4E | 2E | 0 | D | D8 | 48 | 35 |
| Octal | 61 | 167 | 335 | 116 | 56 | 0 | 15 | 330 | 110 | 65 |
| Binary | 110001 | 1110111 | 11011101 | 1001110 | 101110 | 0 | 1101 | 11011000 | 1001000 | 110101 |
Color Harmonies of #3177DD
Complementary color
Monochromatic Colors of #3177DD
Black with #3177DD
Text Example
Text Example
White with #3177DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3177DD; }
p { color: rgb(49,119,221); }
H1.HeaderClassName
{
color: #3177DD;
}
.AnyTagClassName
{
color: #3177DD;
}
</style>
background-color css
<style>
a { background-color: #3177DD; }
a { background-color: rgb(49,119,221); }
div.DivClassName
{
background-color: #3177DD;
}
.BgClassName
{
background-color: #3177DD;
}
</style>
border-color css
<style>
span { border-color: #3177DD; }
span { border-color: rgb(49,119,221); }
td.TdClassName
{
border-color: #3177DD;
}
.TagClassName
{
border-color: #3177DD;
}
</style>