Shades of Royal Blue #3181DA
Tints of Royal Blue #3181DA
RGB
CMYK
RGB Variations
Color information
#3181DA (or 0x3181DA) is known color: Royal Blue. HEX triplet: 31, 81 and DA. RGB value is (49,129,218). Sum of RGB (Red+Green+Blue) = 49+129+218=396 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.37% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #3181DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3181DA is #CE7E25. Grayscale: #727272. Windows color (decimal): -13532710 or 14319921. OLE color: 14319921.
HSL color Cylindrical-coordinate representation of color #3181DA: hue angle of 211.6º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3181DA is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 129 | 218 | - |
| CMYK | 0.78 | 0.41 | 0 | 0.15 |
| HSL | 211.6º | 0.7% | 0.52% | - |
| HSV(B) | 211.6º | 0.78% | 0.85% | - |
| XYZ | 21.77 | 21.42 | 69.32 | - |
| YUV | 115.23 | 186 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 129 | 218 | 0.78 | 0.41 | 0 | 0.15 | 211.6 | 0.7 | 0.52 |
| Hex | 31 | 81 | DA | 4E | 29 | 0 | F | D4 | 46 | 34 |
| Octal | 61 | 201 | 332 | 116 | 51 | 0 | 17 | 324 | 106 | 64 |
| Binary | 110001 | 10000001 | 11011010 | 1001110 | 101001 | 0 | 1111 | 11010100 | 1000110 | 110100 |
Color Harmonies of #3181DA
Complementary color
Monochromatic Colors of #3181DA
Black with #3181DA
Text Example
Text Example
White with #3181DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3181DA; }
p { color: rgb(49,129,218); }
H1.HeaderClassName
{
color: #3181DA;
}
.AnyTagClassName
{
color: #3181DA;
}
</style>
background-color css
<style>
a { background-color: #3181DA; }
a { background-color: rgb(49,129,218); }
div.DivClassName
{
background-color: #3181DA;
}
.BgClassName
{
background-color: #3181DA;
}
</style>
border-color css
<style>
span { border-color: #3181DA; }
span { border-color: rgb(49,129,218); }
td.TdClassName
{
border-color: #3181DA;
}
.TagClassName
{
border-color: #3181DA;
}
</style>