Shades of Royal Blue #3155F6
Tints of Royal Blue #3155F6
RGB
CMYK
RGB Variations
Color information
#3155F6 (or 0x3155F6) is known color: Royal Blue. HEX triplet: 31, 55 and F6. RGB value is (49,85,246). Sum of RGB (Red+Green+Blue) = 49+85+246=380 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.89% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 246 (96.48% from 255 or 64.74% from 380); Max value from RGB is 246 - color contains mainly: blue. Hex color #3155F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3155F6 is #CEAA09. Grayscale: #5B5B5B. Windows color (decimal): -13543946 or 16143665. OLE color: 16143665.
HSL color Cylindrical-coordinate representation of color #3155F6: hue angle of 229.04º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3155F6 is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 85 | 246 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.04 |
| HSL | 229.04º | 0.92% | 0.58% | - |
| HSV(B) | 229.04º | 0.8% | 0.96% | - |
| XYZ | 21.15 | 13.8 | 88.74 | - |
| YUV | 92.59 | 214.57 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 85 | 246 | 0.80 | 0.65 | 0 | 0.04 | 229.04 | 0.92 | 0.58 |
| Hex | 31 | 55 | F6 | 50 | 41 | 0 | 4 | E5 | 5C | 3A |
| Octal | 61 | 125 | 366 | 120 | 101 | 0 | 4 | 345 | 134 | 72 |
| Binary | 110001 | 1010101 | 11110110 | 1010000 | 1000001 | 0 | 100 | 11100101 | 1011100 | 111010 |
Color Harmonies of #3155F6
Complementary color
Monochromatic Colors of #3155F6
Black with #3155F6
Text Example
Text Example
White with #3155F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3155F6; }
p { color: rgb(49,85,246); }
H1.HeaderClassName
{
color: #3155F6;
}
.AnyTagClassName
{
color: #3155F6;
}
</style>
background-color css
<style>
a { background-color: #3155F6; }
a { background-color: rgb(49,85,246); }
div.DivClassName
{
background-color: #3155F6;
}
.BgClassName
{
background-color: #3155F6;
}
</style>
border-color css
<style>
span { border-color: #3155F6; }
span { border-color: rgb(49,85,246); }
td.TdClassName
{
border-color: #3155F6;
}
.TagClassName
{
border-color: #3155F6;
}
</style>