Shades of Free Speech Blue #3150D6
Tints of Free Speech Blue #3150D6
RGB
CMYK
RGB Variations
Color information
#3150D6 (or 0x3150D6) is known color: Free Speech Blue. HEX triplet: 31, 50 and D6. RGB value is (49,80,214). Sum of RGB (Red+Green+Blue) = 49+80+214=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 214 (83.98% from 255 or 62.39% from 343); Max value from RGB is 214 - color contains mainly: blue. Hex color #3150D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3150D6 is #CEAF29. Grayscale: #555555. Windows color (decimal): -13545258 or 14045233. OLE color: 14045233.
HSL color Cylindrical-coordinate representation of color #3150D6: hue angle of 228.73º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3150D6 is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 80 | 214 | - |
| CMYK | 0.77 | 0.63 | 0 | 0.16 |
| HSL | 228.73º | 0.67% | 0.52% | - |
| HSV(B) | 228.73º | 0.77% | 0.84% | - |
| XYZ | 16.27 | 11.25 | 64.93 | - |
| YUV | 86.01 | 200.23 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 214 | 0.77 | 0.63 | 0 | 0.16 | 228.73 | 0.67 | 0.52 |
| Hex | 31 | 50 | D6 | 4D | 3F | 0 | 10 | E5 | 43 | 34 |
| Octal | 61 | 120 | 326 | 115 | 77 | 0 | 20 | 345 | 103 | 64 |
| Binary | 110001 | 1010000 | 11010110 | 1001101 | 111111 | 0 | 10000 | 11100101 | 1000011 | 110100 |
Color Harmonies of #3150D6
Complementary color
Monochromatic Colors of #3150D6
Black with #3150D6
Text Example
Text Example
White with #3150D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3150D6; }
p { color: rgb(49,80,214); }
H1.HeaderClassName
{
color: #3150D6;
}
.AnyTagClassName
{
color: #3150D6;
}
</style>
background-color css
<style>
a { background-color: #3150D6; }
a { background-color: rgb(49,80,214); }
div.DivClassName
{
background-color: #3150D6;
}
.BgClassName
{
background-color: #3150D6;
}
</style>
border-color css
<style>
span { border-color: #3150D6; }
span { border-color: rgb(49,80,214); }
td.TdClassName
{
border-color: #3150D6;
}
.TagClassName
{
border-color: #3150D6;
}
</style>