Shades of Royal Blue #3182DF
Tints of Royal Blue #3182DF
RGB
CMYK
RGB Variations
Color information
#3182DF (or 0x3182DF) is known color: Royal Blue. HEX triplet: 31, 82 and DF. RGB value is (49,130,223). Sum of RGB (Red+Green+Blue) = 49+130+223=402 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.19% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #3182DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3182DF is #CE7D20. Grayscale: #737373. Windows color (decimal): -13532449 or 14647857. OLE color: 14647857.
HSL color Cylindrical-coordinate representation of color #3182DF: hue angle of 212.07º degrees, saturation: 0.73, 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 #3182DF is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 130 | 223 | - |
| CMYK | 0.78 | 0.42 | 0 | 0.13 |
| HSL | 212.07º | 0.73% | 0.53% | - |
| HSV(B) | 212.07º | 0.78% | 0.87% | - |
| XYZ | 22.57 | 21.95 | 72.86 | - |
| YUV | 116.38 | 188.16 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 130 | 223 | 0.78 | 0.42 | 0 | 0.13 | 212.07 | 0.73 | 0.53 |
| Hex | 31 | 82 | DF | 4E | 2A | 0 | D | D4 | 49 | 35 |
| Octal | 61 | 202 | 337 | 116 | 52 | 0 | 15 | 324 | 111 | 65 |
| Binary | 110001 | 10000010 | 11011111 | 1001110 | 101010 | 0 | 1101 | 11010100 | 1001001 | 110101 |
Color Harmonies of #3182DF
Complementary color
Monochromatic Colors of #3182DF
Black with #3182DF
Text Example
Text Example
White with #3182DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3182DF; }
p { color: rgb(49,130,223); }
H1.HeaderClassName
{
color: #3182DF;
}
.AnyTagClassName
{
color: #3182DF;
}
</style>
background-color css
<style>
a { background-color: #3182DF; }
a { background-color: rgb(49,130,223); }
div.DivClassName
{
background-color: #3182DF;
}
.BgClassName
{
background-color: #3182DF;
}
</style>
border-color css
<style>
span { border-color: #3182DF; }
span { border-color: rgb(49,130,223); }
td.TdClassName
{
border-color: #3182DF;
}
.TagClassName
{
border-color: #3182DF;
}
</style>