Shades of Royal Blue #3183DD
Tints of Royal Blue #3183DD
RGB
CMYK
RGB Variations
Color information
#3183DD (or 0x3183DD) is known color: Royal Blue. HEX triplet: 31, 83 and DD. RGB value is (49,131,221). Sum of RGB (Red+Green+Blue) = 49+131+221=401 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.22% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #3183DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3183DD is #CE7C22. Grayscale: #747474. Windows color (decimal): -13532195 or 14517041. OLE color: 14517041.
HSL color Cylindrical-coordinate representation of color #3183DD: hue angle of 211.4º 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 #3183DD is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 131 | 221 | - |
| CMYK | 0.78 | 0.41 | 0 | 0.13 |
| HSL | 211.4º | 0.72% | 0.53% | - |
| HSV(B) | 211.4º | 0.78% | 0.87% | - |
| XYZ | 22.43 | 22.11 | 71.49 | - |
| YUV | 116.74 | 186.83 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 131 | 221 | 0.78 | 0.41 | 0 | 0.13 | 211.4 | 0.72 | 0.53 |
| Hex | 31 | 83 | DD | 4E | 29 | 0 | D | D3 | 48 | 35 |
| Octal | 61 | 203 | 335 | 116 | 51 | 0 | 15 | 323 | 110 | 65 |
| Binary | 110001 | 10000011 | 11011101 | 1001110 | 101001 | 0 | 1101 | 11010011 | 1001000 | 110101 |
Color Harmonies of #3183DD
Complementary color
Monochromatic Colors of #3183DD
Black with #3183DD
Text Example
Text Example
White with #3183DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3183DD; }
p { color: rgb(49,131,221); }
H1.HeaderClassName
{
color: #3183DD;
}
.AnyTagClassName
{
color: #3183DD;
}
</style>
background-color css
<style>
a { background-color: #3183DD; }
a { background-color: rgb(49,131,221); }
div.DivClassName
{
background-color: #3183DD;
}
.BgClassName
{
background-color: #3183DD;
}
</style>
border-color css
<style>
span { border-color: #3183DD; }
span { border-color: rgb(49,131,221); }
td.TdClassName
{
border-color: #3183DD;
}
.TagClassName
{
border-color: #3183DD;
}
</style>