Shades of Royal Blue #3150ED
Tints of Royal Blue #3150ED
RGB
CMYK
RGB Variations
Color information
#3150ED (or 0x3150ED) is known color: Royal Blue. HEX triplet: 31, 50 and ED. RGB value is (49,80,237). Sum of RGB (Red+Green+Blue) = 49+80+237=366 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.39% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 237 (92.97% from 255 or 64.75% from 366); Max value from RGB is 237 - color contains mainly: blue. Hex color #3150ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3150ED is #CEAF12. Grayscale: #575757. Windows color (decimal): -13545235 or 15552561. OLE color: 15552561.
HSL color Cylindrical-coordinate representation of color #3150ED: hue angle of 230.11º degrees, saturation: 0.84, 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 #3150ED is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 80 | 237 | - |
| CMYK | 0.79 | 0.66 | 0 | 0.07 |
| HSL | 230.11º | 0.84% | 0.56% | - |
| HSV(B) | 230.11º | 0.79% | 0.93% | - |
| XYZ | 19.42 | 12.5 | 81.51 | - |
| YUV | 88.63 | 211.73 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 237 | 0.79 | 0.66 | 0 | 0.07 | 230.11 | 0.84 | 0.56 |
| Hex | 31 | 50 | ED | 4F | 42 | 0 | 7 | E6 | 54 | 38 |
| Octal | 61 | 120 | 355 | 117 | 102 | 0 | 7 | 346 | 124 | 70 |
| Binary | 110001 | 1010000 | 11101101 | 1001111 | 1000010 | 0 | 111 | 11100110 | 1010100 | 111000 |
Color Harmonies of #3150ED
Complementary color
Monochromatic Colors of #3150ED
Black with #3150ED
Text Example
Text Example
White with #3150ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3150ED; }
p { color: rgb(49,80,237); }
H1.HeaderClassName
{
color: #3150ED;
}
.AnyTagClassName
{
color: #3150ED;
}
</style>
background-color css
<style>
a { background-color: #3150ED; }
a { background-color: rgb(49,80,237); }
div.DivClassName
{
background-color: #3150ED;
}
.BgClassName
{
background-color: #3150ED;
}
</style>
border-color css
<style>
span { border-color: #3150ED; }
span { border-color: rgb(49,80,237); }
td.TdClassName
{
border-color: #3150ED;
}
.TagClassName
{
border-color: #3150ED;
}
</style>