Shades of Royal Blue #3175DD
Tints of Royal Blue #3175DD
RGB
CMYK
RGB Variations
Color information
#3175DD (or 0x3175DD) is known color: Royal Blue. HEX triplet: 31, 75 and DD. RGB value is (49,117,221). Sum of RGB (Red+Green+Blue) = 49+117+221=387 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.66% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #3175DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3175DD is #CE8A22. Grayscale: #6C6C6C. Windows color (decimal): -13535779 or 14513457. OLE color: 14513457.
HSL color Cylindrical-coordinate representation of color #3175DD: hue angle of 216.28º 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 #3175DD is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 117 | 221 | - |
| CMYK | 0.78 | 0.47 | 0 | 0.13 |
| HSL | 216.28º | 0.72% | 0.53% | - |
| HSV(B) | 216.28º | 0.78% | 0.87% | - |
| XYZ | 20.68 | 18.6 | 70.91 | - |
| YUV | 108.52 | 191.47 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 117 | 221 | 0.78 | 0.47 | 0 | 0.13 | 216.28 | 0.72 | 0.53 |
| Hex | 31 | 75 | DD | 4E | 2F | 0 | D | D8 | 48 | 35 |
| Octal | 61 | 165 | 335 | 116 | 57 | 0 | 15 | 330 | 110 | 65 |
| Binary | 110001 | 1110101 | 11011101 | 1001110 | 101111 | 0 | 1101 | 11011000 | 1001000 | 110101 |
Color Harmonies of #3175DD
Complementary color
Monochromatic Colors of #3175DD
Black with #3175DD
Text Example
Text Example
White with #3175DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3175DD; }
p { color: rgb(49,117,221); }
H1.HeaderClassName
{
color: #3175DD;
}
.AnyTagClassName
{
color: #3175DD;
}
</style>
background-color css
<style>
a { background-color: #3175DD; }
a { background-color: rgb(49,117,221); }
div.DivClassName
{
background-color: #3175DD;
}
.BgClassName
{
background-color: #3175DD;
}
</style>
border-color css
<style>
span { border-color: #3175DD; }
span { border-color: rgb(49,117,221); }
td.TdClassName
{
border-color: #3175DD;
}
.TagClassName
{
border-color: #3175DD;
}
</style>