Shades of Royal Blue #3151E5
Tints of Royal Blue #3151E5
RGB
CMYK
RGB Variations
Color information
#3151E5 (or 0x3151E5) is known color: Royal Blue. HEX triplet: 31, 51 and E5. RGB value is (49,81,229). Sum of RGB (Red+Green+Blue) = 49+81+229=359 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.65% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 229 (89.84% from 255 or 63.79% from 359); Max value from RGB is 229 - color contains mainly: blue. Hex color #3151E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3151E5 is #CEAE1A. Grayscale: #575757. Windows color (decimal): -13544987 or 15028529. OLE color: 15028529.
HSL color Cylindrical-coordinate representation of color #3151E5: hue angle of 229.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3151E5 is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 81 | 229 | - |
| CMYK | 0.79 | 0.65 | 0 | 0.10 |
| HSL | 229.33º | 0.78% | 0.55% | - |
| HSV(B) | 229.33º | 0.79% | 0.9% | - |
| XYZ | 18.35 | 12.19 | 75.52 | - |
| YUV | 88.3 | 207.4 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 81 | 229 | 0.79 | 0.65 | 0 | 0.10 | 229.33 | 0.78 | 0.55 |
| Hex | 31 | 51 | E5 | 4F | 41 | 0 | A | E5 | 4E | 37 |
| Octal | 61 | 121 | 345 | 117 | 101 | 0 | 12 | 345 | 116 | 67 |
| Binary | 110001 | 1010001 | 11100101 | 1001111 | 1000001 | 0 | 1010 | 11100101 | 1001110 | 110111 |
Color Harmonies of #3151E5
Complementary color
Monochromatic Colors of #3151E5
Black with #3151E5
Text Example
Text Example
White with #3151E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3151E5; }
p { color: rgb(49,81,229); }
H1.HeaderClassName
{
color: #3151E5;
}
.AnyTagClassName
{
color: #3151E5;
}
</style>
background-color css
<style>
a { background-color: #3151E5; }
a { background-color: rgb(49,81,229); }
div.DivClassName
{
background-color: #3151E5;
}
.BgClassName
{
background-color: #3151E5;
}
</style>
border-color css
<style>
span { border-color: #3151E5; }
span { border-color: rgb(49,81,229); }
td.TdClassName
{
border-color: #3151E5;
}
.TagClassName
{
border-color: #3151E5;
}
</style>