Shades of Royal Blue #3152DF
Tints of Royal Blue #3152DF
RGB
CMYK
RGB Variations
Color information
#3152DF (or 0x3152DF) is known color: Royal Blue. HEX triplet: 31, 52 and DF. RGB value is (49,82,223). Sum of RGB (Red+Green+Blue) = 49+82+223=354 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.84% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #3152DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3152DF is #CEAD20. Grayscale: #575757. Windows color (decimal): -13544737 or 14635569. OLE color: 14635569.
HSL color Cylindrical-coordinate representation of color #3152DF: hue angle of 228.62º 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 #3152DF is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 82 | 223 | - |
| CMYK | 0.78 | 0.63 | 0 | 0.13 |
| HSL | 228.62º | 0.73% | 0.53% | - |
| HSV(B) | 228.62º | 0.78% | 0.87% | - |
| XYZ | 17.6 | 12.02 | 71.2 | - |
| YUV | 88.21 | 204.07 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 82 | 223 | 0.78 | 0.63 | 0 | 0.13 | 228.62 | 0.73 | 0.53 |
| Hex | 31 | 52 | DF | 4E | 3F | 0 | D | E5 | 49 | 35 |
| Octal | 61 | 122 | 337 | 116 | 77 | 0 | 15 | 345 | 111 | 65 |
| Binary | 110001 | 1010010 | 11011111 | 1001110 | 111111 | 0 | 1101 | 11100101 | 1001001 | 110101 |
Color Harmonies of #3152DF
Complementary color
Monochromatic Colors of #3152DF
Black with #3152DF
Text Example
Text Example
White with #3152DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3152DF; }
p { color: rgb(49,82,223); }
H1.HeaderClassName
{
color: #3152DF;
}
.AnyTagClassName
{
color: #3152DF;
}
</style>
background-color css
<style>
a { background-color: #3152DF; }
a { background-color: rgb(49,82,223); }
div.DivClassName
{
background-color: #3152DF;
}
.BgClassName
{
background-color: #3152DF;
}
</style>
border-color css
<style>
span { border-color: #3152DF; }
span { border-color: rgb(49,82,223); }
td.TdClassName
{
border-color: #3152DF;
}
.TagClassName
{
border-color: #3152DF;
}
</style>