Shades of Royal Blue #3152EC
Tints of Royal Blue #3152EC
RGB
CMYK
RGB Variations
Color information
#3152EC (or 0x3152EC) is known color: Royal Blue. HEX triplet: 31, 52 and EC. RGB value is (49,82,236). Sum of RGB (Red+Green+Blue) = 49+82+236=367 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.35% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 236 (92.58% from 255 or 64.31% from 367); Max value from RGB is 236 - color contains mainly: blue. Hex color #3152EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3152EC is #CEAD13. Grayscale: #595959. Windows color (decimal): -13544724 or 15487537. OLE color: 15487537.
HSL color Cylindrical-coordinate representation of color #3152EC: hue angle of 229.41º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3152EC is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 82 | 236 | - |
| CMYK | 0.79 | 0.65 | 0 | 0.07 |
| HSL | 229.41º | 0.83% | 0.56% | - |
| HSV(B) | 229.41º | 0.79% | 0.93% | - |
| XYZ | 19.42 | 12.74 | 80.79 | - |
| YUV | 89.69 | 210.57 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 82 | 236 | 0.79 | 0.65 | 0 | 0.07 | 229.41 | 0.83 | 0.56 |
| Hex | 31 | 52 | EC | 4F | 41 | 0 | 7 | E5 | 53 | 38 |
| Octal | 61 | 122 | 354 | 117 | 101 | 0 | 7 | 345 | 123 | 70 |
| Binary | 110001 | 1010010 | 11101100 | 1001111 | 1000001 | 0 | 111 | 11100101 | 1010011 | 111000 |
Color Harmonies of #3152EC
Complementary color
Monochromatic Colors of #3152EC
Black with #3152EC
Text Example
Text Example
White with #3152EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3152EC; }
p { color: rgb(49,82,236); }
H1.HeaderClassName
{
color: #3152EC;
}
.AnyTagClassName
{
color: #3152EC;
}
</style>
background-color css
<style>
a { background-color: #3152EC; }
a { background-color: rgb(49,82,236); }
div.DivClassName
{
background-color: #3152EC;
}
.BgClassName
{
background-color: #3152EC;
}
</style>
border-color css
<style>
span { border-color: #3152EC; }
span { border-color: rgb(49,82,236); }
td.TdClassName
{
border-color: #3152EC;
}
.TagClassName
{
border-color: #3152EC;
}
</style>